Skip to content

Commit

Permalink
Update cryptography requirement in the poetry-dependencies group (#152)
Browse files Browse the repository at this point in the history
Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version.

Updates `cryptography` to 44.0.0
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@43.0.3...44.0.0)

---
updated-dependencies:
- dependency-name: cryptography
  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>
  • Loading branch information
dependabot[bot] authored Feb 4, 2025
1 parent 50f6bcb commit 8d592d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
"certifi",
"sqlalchemy<2.0.0,>=1.4.51",
"Flask-SQLAlchemy<4.0.0,>=3.0.5",
"cryptography<44.0.0,>=43.0.3",
"cryptography>=43.0.3,<45.0.0",
"psycopg2-binary<3.0.0,>=2.9.10",
]
name = "manim-website-api"
Expand Down

0 comments on commit 8d592d9

Please sign in to comment.