Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,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 @@ -136,7 +136,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 @@ -147,7 +147,7 @@ cryptography==44.0.0
# webauthn
cssselect==1.1.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 @@ -166,7 +166,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 @@ -180,7 +180,7 @@ cssselect==1.1.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