Skip to content

Commit 2d022e5

Browse files
Update cryptography requirement in the poetry-dependencies group (#155)
Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. Updates `cryptography` to 46.0.3 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@43.0.3...46.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.3 dependency-type: direct:production dependency-group: poetry-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 63fb6e1 commit 2d022e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies = [
2020
"certifi",
2121
"sqlalchemy<2.0.0,>=1.4.51",
2222
"Flask-SQLAlchemy<4.0.0,>=3.0.5",
23-
"cryptography>=43.0.3,<46.0.0",
23+
"cryptography>=43.0.3,<47.0.0",
2424
"psycopg2-binary<3.0.0,>=2.9.10",
2525
]
2626
name = "manim-website-api"

0 commit comments

Comments
 (0)