Skip to content

Commit 5cc3d65

Browse files
committed
Updates Django to version 5.2.1
Upgrades Django from version 5.2 to 5.2.1 in Pipfile.lock and requirements.txt. Updates associated hash values to ensure integrity. This resolves minor bug fixes and improvements introduced in the new version.
1 parent a06ce30 commit 5cc3d65

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Pipfile.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-i https://pypi.org/simple
22
asgiref==3.8.1; python_version >= '3.8'
33
attrs==25.3.0; python_version >= '3.8'
4-
django==5.2; python_version >= '3.10'
4+
django==5.2.1; python_version >= '3.10'
55
djangorestframework==3.16.0; python_version >= '3.9'
66
drf-spectacular==0.28.0; python_version >= '3.7'
77
drf-spectacular-sidecar==2025.5.1; python_version >= '3.6'

0 commit comments

Comments
 (0)