Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent e347968 commit 192f6cd
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 38 deletions.
76 changes: 39 additions & 37 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ readme = "README.rst"
[tool.poetry.dependencies]
python = ">=3.11, <3.13"
canonicaljson-rs = "0.6.0"
cryptography = "43.0.3"
cryptography = "44.0.0"
ecdsa = "0.19.0"
kinto = {version = "^19.3.0", extras = ["postgresql","memcached","monitoring"]}
kinto-attachment = "7.0.0"
Expand Down

0 comments on commit 192f6cd

Please sign in to comment.