Skip to content

Commit

Permalink
Merge pull request #1331 from open-zaak/chore/update-cryptography
Browse files Browse the repository at this point in the history
Bump cryptography to latest version
  • Loading branch information
sergei-maertens committed Feb 8, 2023
2 parents 6ea00ba + 00c930e commit 10460d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
5 changes: 2 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ coreschema==0.0.4
# via
# coreapi
# drf-yasg
cryptography==3.4.8
cryptography==39.0.1
# via
# josepy
# mozilla-django-oidc
Expand Down Expand Up @@ -275,7 +275,7 @@ pyjwt==2.4.0
# via
# commonground-api-common
# gemma-zds-client
pyopenssl==21.0.0
pyopenssl==23.0.0
# via
# django-simple-certmanager
# josepy
Expand Down Expand Up @@ -341,7 +341,6 @@ six==1.16.0
# furl
# isodate
# orderedmultidict
# pyopenssl
# python-dateutil
# requests-mock
# url-normalize
Expand Down
5 changes: 2 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ coreschema==0.0.4
# drf-yasg
coverage==6.3.2
# via -r requirements/test-tools.in
cryptography==3.4.8
cryptography==39.0.1
# via
# -r requirements/base.txt
# josepy
Expand Down Expand Up @@ -394,7 +394,7 @@ pyjwt==2.4.0
# -r requirements/base.txt
# commonground-api-common
# gemma-zds-client
pyopenssl==21.0.0
pyopenssl==23.0.0
# via
# -r requirements/base.txt
# django-simple-certmanager
Expand Down Expand Up @@ -479,7 +479,6 @@ six==1.16.0
# furl
# isodate
# orderedmultidict
# pyopenssl
# python-dateutil
# requests-mock
# url-normalize
Expand Down
5 changes: 2 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ coreschema==0.0.4
# drf-yasg
coverage==6.3.2
# via -r requirements/ci.txt
cryptography==3.4.8
cryptography==39.0.1
# via
# -r requirements/ci.txt
# ansible-core
Expand Down Expand Up @@ -483,7 +483,7 @@ pyjwt==2.4.0
# -r requirements/ci.txt
# commonground-api-common
# gemma-zds-client
pyopenssl==21.0.0
pyopenssl==23.0.0
# via
# -r requirements/ci.txt
# django-simple-certmanager
Expand Down Expand Up @@ -595,7 +595,6 @@ six==1.16.0
# kubernetes
# openshift
# orderedmultidict
# pyopenssl
# python-dateutil
# requests-mock
# url-normalize
Expand Down

0 comments on commit 10460d8

Please sign in to comment.