Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
Bump cryptography from 41.0.4 to 42.0.2
Browse files Browse the repository at this point in the history
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.4 to 42.0.2.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@41.0.4...42.0.2)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 21, 2024
1 parent 3834dbf commit 7bc8bd7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
12 changes: 10 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,10 @@ commonmark==0.9.1
# -r requirements.txt
# rich
coverage[toml]==7.2.3
# via pytest-cov
cryptography==41.0.4
# via
# coverage
# pytest-cov
cryptography==42.0.2
# via
# -r requirements.txt
# pyjwt
Expand Down Expand Up @@ -149,6 +151,10 @@ govuk-frontend-jinja==2.6.0
# govuk-frontend-wtf
govuk-frontend-wtf==2.4.0
# via -r requirements.txt
greenlet==3.0.3
# via
# -r requirements.txt
# sqlalchemy
gunicorn==20.1.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -234,6 +240,7 @@ pyjwt[crypto]==2.7.0
# via
# -r requirements.txt
# funding-service-design-utils
# pyjwt
pyproject-hooks==1.0.0
# via build
pytest==7.3.1
Expand Down Expand Up @@ -300,6 +307,7 @@ sentry-sdk[flask]==1.22.2
# via
# -r requirements.txt
# funding-service-design-utils
# sentry-sdk
six==1.16.0
# via
# -r requirements.txt
Expand Down
12 changes: 9 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ click==8.1.3
# via flask
commonmark==0.9.1
# via rich
cryptography==41.0.4
cryptography==42.0.2
# via pyjwt
cssmin==0.2.0
# via -r requirements.in
Expand Down Expand Up @@ -86,6 +86,8 @@ govuk-frontend-jinja==2.6.0
# govuk-frontend-wtf
govuk-frontend-wtf==2.4.0
# via -r requirements.in
greenlet==3.0.3
# via sqlalchemy
gunicorn==20.1.0
# via
# -r requirements.in
Expand Down Expand Up @@ -125,7 +127,9 @@ pyee==6.0.0
pygments==2.15.1
# via rich
pyjwt[crypto]==2.7.0
# via funding-service-design-utils
# via
# funding-service-design-utils
# pyjwt
python-consul==1.1.0
# via flipper-client
python-dateutil==2.8.2
Expand Down Expand Up @@ -153,7 +157,9 @@ rich==12.6.0
s3transfer==0.6.1
# via boto3
sentry-sdk[flask]==1.22.2
# via funding-service-design-utils
# via
# funding-service-design-utils
# sentry-sdk
six==1.16.0
# via
# python-consul
Expand Down

0 comments on commit 7bc8bd7

Please sign in to comment.