Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 23, 2024
1 parent 11a3d7f commit f56193a
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 33 deletions.
73 changes: 41 additions & 32 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 @@ -45,7 +45,7 @@ python = "^3.7.0"
databases = "^0.8.0"
pydantic = ">=1.6.1,!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<1.10.12"
SQLAlchemy = "^1.4.48"
cryptography = { version = "^41.0.3", optional = true }
cryptography = { version = ">=41.0.3,<43.0.0", optional = true }
# Async database drivers
aiosqlite = { version = "^0.19.0", optional = true }
aiomysql = { version = ">=0.1.0", optional = true }
Expand Down

0 comments on commit f56193a

Please sign in to comment.