Skip to content

Commit

Permalink
Merge pull request #158 from maykinmedia/deps/update-django
Browse files Browse the repository at this point in the history
⬆️ bump django to 4.2.19, cryptography to 44.0.1
  • Loading branch information
annashamray authored Feb 26, 2025
2 parents 7c02d75 + 8a39abf commit 32ed46a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ coreapi==2.3.3
# via commonground-api-common
coreschema==0.0.4
# via coreapi
cryptography==44.0.0
cryptography==44.0.1
# via
# django-simple-certmanager
# josepy
# mozilla-django-oidc
# pyopenssl
# webauthn
django==4.2.17
django==4.2.19
# via
# commonground-api-common
# django-admin-index
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ coverage==4.5.4
# via
# -r requirements/test-tools.in
# codecov
cryptography==44.0.0
cryptography==44.0.1
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand All @@ -140,7 +140,7 @@ cryptography==44.0.0
# webauthn
cssselect==1.2.0
# via pyquery
django==4.2.17
django==4.2.19
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ coverage==4.5.4
# -c requirements/ci.txt
# -r requirements/ci.txt
# codecov
cryptography==44.0.0
cryptography==44.0.1
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand All @@ -168,7 +168,7 @@ cssselect==1.2.0
# -c requirements/ci.txt
# -r requirements/ci.txt
# pyquery
django==4.2.17
django==4.2.19
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down

0 comments on commit 32ed46a

Please sign in to comment.