Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cryptography from 41.0.7 to 42.0.2 in /requirements #144

Closed
Closed
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
36 changes: 18 additions & 18 deletions requirements/main.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ anyio==4.2.0
azure-core==1.29.6
# via azure-storage-blob
azure-storage-blob==12.19.0
# via -r requirements/main.in
# via -r main.in
blinker==1.7.0
# via flask
boto3==1.34.19
# via -r requirements/main.in
# via -r main.in
botocore==1.34.19
# via
# boto3
Expand All @@ -28,21 +28,21 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via flask
cryptography==41.0.7
cryptography==42.0.2
# via
# -r requirements/main.in
# -r main.in
# azure-storage-blob
figcan==0.0.4
# via -r requirements/main.in
# via -r main.in
flask==2.3.3
# via
# -r requirements/main.in
# -r main.in
# flask-classful
# flask-marshmallow
flask-classful==0.16.0
# via -r requirements/main.in
# via -r main.in
flask-marshmallow==0.15.0
# via -r requirements/main.in
# via -r main.in
google-api-core==2.15.0
# via
# google-cloud-core
Expand All @@ -55,7 +55,7 @@ google-auth==2.26.2
google-cloud-core==2.4.1
# via google-cloud-storage
google-cloud-storage==2.14.0
# via -r requirements/main.in
# via -r main.in
google-crc32c==1.5.0
# via
# google-cloud-storage
Expand All @@ -69,7 +69,7 @@ idna==3.6
# anyio
# requests
importlib-metadata==7.0.1 ; python_version < "3.13"
# via -r requirements/main.in
# via -r main.in
isodate==0.6.1
# via azure-storage-blob
itsdangerous==2.1.2
Expand All @@ -90,7 +90,7 @@ marshmallow==3.20.2
# marshmallow-enum
# webargs
marshmallow-enum==1.5.1
# via -r requirements/main.in
# via -r main.in
packaging==23.2
# via
# flask-marshmallow
Expand All @@ -109,15 +109,15 @@ pyasn1-modules==0.3.0
pycparser==2.21
# via cffi
pyjwt==2.8.0
# via -r requirements/main.in
# via -r main.in
python-dateutil==2.8.2
# via
# -r requirements/main.in
# -r main.in
# botocore
python-dotenv==1.0.0
# via -r requirements/main.in
# via -r main.in
pyyaml==6.0.1
# via -r requirements/main.in
# via -r main.in
requests==2.31.0
# via
# azure-core
Expand All @@ -136,18 +136,18 @@ sniffio==1.3.0
# via anyio
typing-extensions==4.9.0
# via
# -r requirements/main.in
# -r main.in
# azure-core
# azure-storage-blob
urllib3==2.0.7
# via
# botocore
# requests
webargs==8.4.0
# via -r requirements/main.in
# via -r main.in
werkzeug==3.0.1
# via
# -r requirements/main.in
# -r main.in
# flask
zipp==3.17.0
# via importlib-metadata
Loading