Skip to content

Commit 77fe100

Browse files
build(deps): bump cryptography from 46.0.7 to 47.0.0
Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.7 to 47.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@46.0.7...47.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 47.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent caeb4a1 commit 77fe100

2 files changed

Lines changed: 52 additions & 59 deletions

File tree

poetry.lock

Lines changed: 51 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ classifiers = [
4545
python = "^3.10.0"
4646
pydantic = "^2.11.9"
4747
SQLAlchemy = {version = "^2.0.40", extras = ["asyncio"]}
48-
cryptography = { version = ">=44.0.1,<47.0.0", optional = true }
48+
cryptography = { version = ">=44.0.1,<48.0.0", optional = true }
4949
# Async database drivers
5050
aiosqlite = { version = ">=0.19,<0.23", optional = true }
5151
aiomysql = { version = ">=0.1.0", optional = true }

0 commit comments

Comments
 (0)