Skip to content

Commit

Permalink
chore(deps): bump cryptography from 42.0.8 to 43.0.1 (#86)
Browse files Browse the repository at this point in the history
Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.8 to 43.0.1.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@42.0.8...43.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

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 Sep 4, 2024
1 parent f39e0fe commit 35e7b54
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 36 deletions.
65 changes: 30 additions & 35 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 @@ -20,7 +20,7 @@ requests = ">=2.31.0,<2.33.0"
aiohttp = ">=3.8.6,<3.11.0"
# TODO(chiragjn): Allow 2.x because it is backward-compatible
urllib3 = ">=1.26.18,<2.0.0"
cryptography = ">=41.0.6,<42.1.0"
cryptography = ">=41.0.6,<43.1.0"
# We use protected methods from nats-py
# be careful while changing versions
nats-py = { version = "2.6.0", optional = true }
Expand Down

0 comments on commit 35e7b54

Please sign in to comment.