Skip to content

Commit

Permalink
Update dependency cryptography to v44 (1.21) (#2645)
Browse files Browse the repository at this point in the history
* Update dependency cryptography to v44

* Update Python minimal version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Stéphane Brunner <[email protected]>
  • Loading branch information
renovate[bot] and sbrunner authored Dec 5, 2024
1 parent 7e61f9c commit aea2ae7
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 56 deletions.
12 changes: 2 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
ci:
autoupdate_schedule: quarterly
skip:
- copyright
- poetry-check
- poetry-lock
- ripsecrets
- jsonschema-gentypes
- jsonschema2md
default_language_version:
python: python3.10

- jsonschema-validator
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
Expand Down
90 changes: 46 additions & 44 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,9 @@ azure-storage-blob = "12.19.1"
waitress = "3.0.2"
certifi = "2024.7.4"
azure-identity = { version = "1.16.1", optional = true }
cryptography = "43.0.3"
cryptography = "44.0.0"
gunicorn = { version = "22.0.0", optional = true }
idna = { version = "3.7", optional = true }
msal = { version = "1.24.1", optional = true }
pillow = { version = "10.3.0", optional = true }
requests = { version = "2.32.3", optional = true }
urllib3 = { version = "1.26.20", optional = true }
Expand Down

0 comments on commit aea2ae7

Please sign in to comment.