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

build(deps-dev): bump cryptography from 41.0.7 to 42.0.4 in /api #662

Merged
merged 5 commits into from
Jun 26, 2024
Merged
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
5 changes: 4 additions & 1 deletion api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,13 @@ dev = [
# pip-tools provides the tools pip-compile and pip-sync to help manage requirements files
"pip-tools",


# cryptography is a transitive dependency of moto, but we specify a minimum
# version since a known security vulnerability is present in < 42.0.4
"cryptography>=42.0.4"
"moto[cognitoidp]",

"pytest-alembic==0.11.0",
]

# This defines the "prod" extra dependency group.
# It installs dependencies necessary for running this API in production.
Expand Down
11 changes: 7 additions & 4 deletions api/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,14 @@ coverage==7.3.0
# via
# coverage
# pytest-cov
cryptography==41.0.7
cryptography==42.0.4
# via
# homeuniteus-api (pyproject.toml)
# moto
# python-jose
distlib==0.3.7
# via virtualenv
ecdsa==0.18.0
ecdsa==0.19.0
# via
# moto
# python-jose
Expand Down Expand Up @@ -127,7 +128,9 @@ marshmallow==3.20.1
marshmallow-sqlalchemy==1.0.0
# via homeuniteus-api (pyproject.toml)
moto==4.2.10
# via homeuniteus-api (pyproject.toml)
# via
# homeuniteus-api (pyproject.toml)
# moto
openapi-schema-validator==0.6.0
# via openapi-spec-validator
openapi-spec-validator==0.6.0
Expand Down Expand Up @@ -157,7 +160,7 @@ prance==23.6.21.0
# via homeuniteus-api (pyproject.toml)
psycopg2-binary==2.9.5
# via homeuniteus-api (pyproject.toml)
pyasn1==0.5.1
pyasn1==0.6.0
# via
# python-jose
# rsa
Expand Down
Loading