Skip to content

Commit

Permalink
Update Python minimal version
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Dec 5, 2024
1 parent b1d5097 commit ebc2246
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 55 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.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ azure-identity = { version = "1.16.1", optional = true }
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 ebc2246

Please sign in to comment.