Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 27, 2024
1 parent 052ed03 commit 9a3bace
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 31 deletions.
69 changes: 39 additions & 30 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 @@ -34,7 +34,7 @@ asyncio-dgram = "^2.1.2"
typing-extensions = "^4.4.0"
semantic-version = "^2.10.0"
httpx = "^0.24.1"
cryptography = "^41.0.3"
cryptography = ">=41.0.3,<43.0.0"

[tool.poetry.group.dev.dependencies]
pre-commit = ">=2.18.1,<4.0.0"
Expand Down

0 comments on commit 9a3bace

Please sign in to comment.