Skip to content

Commit 35bd2de

Browse files
authored
Merge pull request #147 from egorsmkv/dependabot/pip/python-packages-403dc9a378
Bump django from 5.2.2 to 5.2.3 in the python-packages group
2 parents 90ef356 + 8cbaeac commit 35bd2de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "An example of Django project with basic user functionality."
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8-
"Django==5.2.2",
8+
"Django==5.2.3",
99
"django-bootstrap4==25.1",
1010
]
1111

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Django==5.2.2
1+
Django==5.2.3
22
django-bootstrap4==25.1

0 commit comments

Comments
 (0)