Skip to content

Commit a778e9f

Browse files
authoredJan 14, 2025··
build(deps): bump django from 5.1.2 to 5.1.5 in /packages
Bumps [django](https://github.com/django/django) from 5.1.2 to 5.1.5. - [Commits](django/django@5.1.2...5.1.5) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 48a808d commit a778e9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎packages/requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ distlib==0.3.8 ; python_version >= "3.9" and python_version < "4.0"
2424
django-stubs-ext==5.1.0 ; python_version >= "3.9" and python_version < "4.0"
2525
django-stubs==5.1.0 ; python_version >= "3.9" and python_version < "4.0"
2626
django==4.2.16 ; python_version >= "3.9" and python_version < "3.10"
27-
django==5.1.2 ; python_version >= "3.10" and python_version < "4.0"
27+
django==5.1.5 ; python_version >= "3.10" and python_version < "4.0"
2828
docformatter==1.7.5 ; python_version >= "3.9" and python_version < "4.0"
2929
docutils==0.19 ; python_version >= "3.9" and python_version < "4.0"
3030
dotty-dict==1.3.1 ; python_version >= "3.9" and python_version < "4.0"

‎packages/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
asgiref==3.8.1 ; python_version >= "3.9" and python_version < "4.0"
22
django==4.2.16 ; python_version >= "3.9" and python_version < "3.10"
3-
django==5.1.2 ; python_version >= "3.10" and python_version < "4.0"
3+
django==5.1.5 ; python_version >= "3.10" and python_version < "4.0"
44
sqlparse==0.5.1 ; python_version >= "3.9" and python_version < "4.0"
55
typing-extensions==4.12.2 ; python_version >= "3.9" and python_version < "3.11"
66
tzdata==2024.2 ; python_version >= "3.9" and python_version < "4.0" and sys_platform == "win32"

0 commit comments

Comments
 (0)
Please sign in to comment.