Skip to content

Commit

Permalink
Bump cryptography from 43.0.1 to 43.0.3 (#136)
Browse files Browse the repository at this point in the history
Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.1 to 43.0.3.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@43.0.1...43.0.3)

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

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 Oct 25, 2024
1 parent d4e436f commit d8f7fa9
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
60 changes: 30 additions & 30 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 @@ -13,7 +13,7 @@ flask-cors = "^4.0"
certifi = "*"
sqlalchemy = "^1.4.51"
Flask-SQLAlchemy = "^3.0.5"
cryptography = "^43.0.1" # needed by PyMySQL
cryptography = "^43.0.3" # needed by PyMySQL
psycopg2-binary = "^2.9.9"

[tool.poetry.group.updator.dependencies]
Expand Down

0 comments on commit d8f7fa9

Please sign in to comment.