Skip to content

Commit

Permalink
chore(deps): update dependency cryptography to v43 [security] (#2207)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Sep 4, 2024
1 parent 6aa4e5d commit 538b98b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/accounts/contacts/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ certifi==2024.7.4
cffi==1.17.0
chardet==5.2.0
click==8.1.7
cryptography==42.0.8
cryptography==43.0.1
flask==3.0.3
google-api-core==2.19.1
google-auth==2.34.0
Expand Down
2 changes: 1 addition & 1 deletion src/accounts/contacts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ click==8.1.7
# flask
coverage[toml]==7.6.1
# via pytest-cov
cryptography==42.0.8
cryptography==43.0.1
# via -r requirements.in
deprecated==1.2.14
# via
Expand Down
2 changes: 1 addition & 1 deletion src/accounts/userservice/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ certifi==2024.7.4
cffi==1.17.0
chardet==5.2.0
click==8.1.7
cryptography==42.0.8
cryptography==43.0.1
flask==3.0.3
google-api-core==2.19.1
google-auth==2.34.0
Expand Down
2 changes: 1 addition & 1 deletion src/accounts/userservice/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ click==8.1.7
# flask
coverage[toml]==7.6.1
# via pytest-cov
cryptography==42.0.8
cryptography==43.0.1
# via -r requirements.in
deprecated==1.2.14
# via
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ flask==3.0.3
requests==2.32.3
urllib3==2.2.2
pyjwt==2.9.0
cryptography==42.0.8
cryptography==43.0.1
gunicorn==22.0.0
google-auth==2.34.0
opentelemetry-sdk==1.26.0
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via flask
cryptography==42.0.8
cryptography==43.0.1
# via -r requirements.in
deprecated==1.2.14
# via
Expand Down

0 comments on commit 538b98b

Please sign in to comment.