Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 20, 2025
1 parent 182198f commit e55b308
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
8 changes: 7 additions & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ async-timeout==5.0.1 ; python_version < "3.11"
# valkey
babel==2.17.0
# via sphinx
blockbuster==1.5.21
# via
# -r requirements/lint.in
# -r requirements/test.in
brotli==1.1.0 ; platform_python_implementation == "CPython"
# via -r requirements/runtime-deps.in
build==1.2.2.post1
Expand Down Expand Up @@ -52,7 +56,7 @@ coverage==7.6.12
# via
# -r requirements/test.in
# pytest-cov
cryptography==44.0.0
cryptography==44.0.1
# via
# pyjwt
# trustme
Expand All @@ -68,6 +72,8 @@ execnet==2.1.1
# via pytest-xdist
filelock==3.17.0
# via virtualenv
forbiddenfruit==0.1.4
# via blockbuster
freezegun==1.5.1
# via
# -r requirements/lint.in
Expand Down
8 changes: 7 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ async-timeout==5.0.1 ; python_version < "3.11"
# valkey
babel==2.17.0
# via sphinx
blockbuster==1.5.21
# via
# -r requirements/lint.in
# -r requirements/test.in
brotli==1.1.0 ; platform_python_implementation == "CPython"
# via -r requirements/runtime-deps.in
build==1.2.2.post1
Expand Down Expand Up @@ -52,7 +56,7 @@ coverage==7.6.12
# via
# -r requirements/test.in
# pytest-cov
cryptography==44.0.0
cryptography==44.0.1
# via
# pyjwt
# trustme
Expand All @@ -66,6 +70,8 @@ execnet==2.1.1
# via pytest-xdist
filelock==3.17.0
# via virtualenv
forbiddenfruit==0.1.4
# via blockbuster
freezegun==1.5.1
# via
# -r requirements/lint.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cfgv==3.4.0
# via pre-commit
click==8.1.8
# via slotscheck
cryptography==44.0.0
cryptography==44.0.1
# via trustme
distlib==0.3.9
# via virtualenv
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ coverage==7.6.12
# via
# -r requirements/test.in
# pytest-cov
cryptography==44.0.0
cryptography==44.0.1
# via trustme
exceptiongroup==1.2.2
# via pytest
Expand Down

0 comments on commit e55b308

Please sign in to comment.