Skip to content

Commit

Permalink
deps: bump django from 4.2.16 to 4.2.17
Browse files Browse the repository at this point in the history
Bumps [django](https://github.com/django/django) from 4.2.16 to 4.2.17.
- [Commits](django/django@4.2.16...4.2.17)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and charn committed Dec 9, 2024
1 parent 2178aa5 commit 81d25d7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django~=4.2.0
Django~=4.2.17
django-admin-sortable
django-cors-headers
django-csp
Expand Down
16 changes: 9 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ decorator==5.1.1
# via ipython
deprecation==2.1.0
# via django-helusers
django==4.2.16
django==4.2.17
# via
# -r requirements.in
# django-admin-sortable
Expand Down Expand Up @@ -65,11 +65,12 @@ django-sanitized-dump==1.2.2
# via -r requirements.in
django-searchable-encrypted-fields==0.2.1
# via -r requirements.in
ecdsa==0.19.0
# via python-jose
executing==2.1.0
# via stack-data
graphene==3.3
# via
# graphene-directives
# graphene-django
# graphene-federation
# graphene-validator
Expand Down Expand Up @@ -122,6 +123,10 @@ ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.3
# via stack-data
pyasn1==0.6.1
# via
# python-jose
# rsa
pycparser==2.22
# via cffi
pycryptodome==3.20.0
Expand All @@ -144,6 +149,8 @@ requests==2.32.3
# requests-oauthlib
requests-oauthlib==2.0.0
# via -r requirements.in
rsa==4.9
# via python-jose
sentry-sdk==2.14.0
# via -r requirements.in
six==1.16.0
Expand Down Expand Up @@ -173,8 +180,3 @@ urllib3==2.2.3
# sentry-sdk
wcwidth==0.2.13
# via prompt-toolkit

# The following packages are considered to be unsafe in a requirements file:
# ecdsa
# pyasn1
# rsa

0 comments on commit 81d25d7

Please sign in to comment.