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

Bump cryptography from 41.0.4 to 41.0.6 #112

Closed
wants to merge 1 commit into from
Closed
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
9 changes: 5 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,9 @@ charset-normalizer==3.2.0
# via requests
click==8.1.6
# via flask
colorama==0.4.6
# via click
commonmark==0.9.1
# via rich
cryptography==41.0.4
cryptography==41.0.6
# via pyjwt
cssmin==0.2.0
# via -r requirements.in
Expand Down Expand Up @@ -115,6 +113,7 @@ pyjwt[crypto]==2.8.0
# via
# funding-service-design-utils
# notifications-python-client
# pyjwt
python-consul==1.1.0
# via flipper-client
python-dateutil==2.8.2
Expand Down Expand Up @@ -143,7 +142,9 @@ rich==12.6.0
s3transfer==0.6.1
# via boto3
sentry-sdk[flask]==1.29.2
# via funding-service-design-utils
# via
# funding-service-design-utils
# sentry-sdk
six==1.16.0
# via
# python-consul
Expand Down
14 changes: 6 additions & 8 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,15 @@ click==8.1.6
# flask
# pip-tools
# pur
colorama==0.4.6
# via
# -r requirements.txt
# build
# click
# pytest
commonmark==0.9.1
# via
# -r requirements.txt
# rich
coverage[toml]==7.2.7
# via pytest-cov
cryptography==41.0.4
# via
# coverage
# pytest-cov
cryptography==41.0.6
# via
# -r requirements.txt
# pyjwt
Expand Down Expand Up @@ -215,6 +211,7 @@ pyjwt[crypto]==2.8.0
# -r requirements.txt
# funding-service-design-utils
# notifications-python-client
# pyjwt
pyproject-hooks==1.0.0
# via build
pytest==7.4.0
Expand Down Expand Up @@ -280,6 +277,7 @@ sentry-sdk[flask]==1.29.2
# via
# -r requirements.txt
# funding-service-design-utils
# sentry-sdk
six==1.16.0
# via
# -r requirements.txt
Expand Down