Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 21, 2023
1 parent 89c46ba commit b1557f0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 19 deletions.
15 changes: 3 additions & 12 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,14 @@ click==8.1.7
# via black
coverage[toml]==7.3.0
# via pytest-cov
cryptography==41.0.3
cryptography==41.0.4
# via jwcrypto
dataclasses-json==0.5.14
# via
# benchling-api-client
# benchling-sdk
deprecated==1.2.14
# via jwcrypto
exceptiongroup==1.1.3
# via
# anyio
# pytest
h11==0.14.0
# via httpcore
httpcore==0.17.3
Expand Down Expand Up @@ -111,6 +107,8 @@ platformdirs==3.10.0
# quilt3
pluggy==1.2.0
# via pytest
psutil==5.9.5
# via benchling-sdk
pycparser==2.21
# via cffi
pytest==7.4.0
Expand Down Expand Up @@ -164,20 +162,13 @@ sniffio==1.3.0
# httpx
tenacity==8.2.3
# via quilt3
tomli==2.0.1
# via
# black
# coverage
# pytest
# pytest-watcher
tqdm==4.66.1
# via quilt3
typing-extensions==4.7.1
# via
# aws-lambda-powertools
# benchling-api-client
# benchling-sdk
# black
# typing-inspect
typing-inspect==0.9.0
# via dataclasses-json
Expand Down
14 changes: 7 additions & 7 deletions layer/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ attrs==22.2.0
# benchling-sdk
# jsonschema
aws-lambda-powertools==2.16.2
# via -r requirements.in
# via -r layer/requirements.in
aws-requests-auth==0.4.3
# via quilt3
backoff==1.11.1
Expand All @@ -22,7 +22,7 @@ backoff==1.11.1
benchling-api-client==2.0.167
# via benchling-sdk
benchling-sdk==1.7.0
# via -r requirements.in
# via -r layer/requirements.in
boto3==1.26.151
# via quilt3
botocore==1.29.151
Expand All @@ -39,16 +39,14 @@ cffi==1.15.1
# via cryptography
charset-normalizer==3.1.0
# via requests
cryptography==41.0.1
cryptography==41.0.4
# via jwcrypto
dataclasses-json==0.5.8
# via
# benchling-api-client
# benchling-sdk
deprecated==1.2.14
# via jwcrypto
exceptiongroup==1.1.1
# via anyio
h11==0.14.0
# via httpcore
httpcore==0.17.2
Expand All @@ -63,7 +61,7 @@ idna==3.4
# httpx
# requests
jinja2==3.1.2
# via -r requirements.in
# via -r layer/requirements.in
jmespath==1.0.1
# via
# boto3
Expand All @@ -90,6 +88,8 @@ packaging==23.1
# via marshmallow
platformdirs==3.5.3
# via quilt3
psutil==5.9.5
# via benchling-sdk
pycparser==2.21
# via cffi
pyrsistent==0.19.3
Expand All @@ -104,7 +104,7 @@ pyyaml==6.0
# benchling-sdk
# quilt3
quilt3==5.3.1
# via -r requirements.in
# via -r layer/requirements.in
requests==2.31.0
# via
# aws-requests-auth
Expand Down

0 comments on commit b1557f0

Please sign in to comment.