Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 5, 2024
1 parent 58baa98 commit fea798a
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 65 deletions.
136 changes: 72 additions & 64 deletions backend/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 backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fastapi = "0.105.0"
uvicorn = {extras = ["standard"], version = "^0.21.1"}
psycopg2-binary = "^2.9.9"
pymysql = "^1.1.1"
cryptography = "^40.0.2"
cryptography = "^43.0.1"
sqlalchemy = {extras = ["asyncio"], version = "^2.0.27"}
rapidfuzz = "^3.0.0"
psycopg = {extras = ["pool"], version = "^3.1.9"}
Expand Down

0 comments on commit fea798a

Please sign in to comment.