Skip to content

Commit 1e9a37b

Browse files
committed
revert old changes
1 parent 2d9a063 commit 1e9a37b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: isort
2020
args: ["--profile", "black"]
2121
- repo: https://github.com/psf/black
22-
rev: 25.1.0
22+
rev: 24.10.0
2323
hooks:
2424
- id: black
2525
language_version: python3
@@ -29,7 +29,7 @@ repos:
2929
- id: pyupgrade
3030
args: [--py38-plus]
3131
- repo: https://github.com/pycqa/flake8
32-
rev: 7.2.0
32+
rev: 7.1.2
3333
hooks:
3434
- id: flake8
3535
additional_dependencies: [Flake8-pyproject]

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Flask = ["Flask"]
3434

3535
[tool.poetry.dependencies]
3636
python = ">=3.8.1,<4.0"
37-
pyjwt = { version = "2.4.0", extras = ["crypto"] }
37+
pyjwt = { version = ">=2.4.0", extras = ["crypto"] }
3838
email-validator = [{ version = ">=2,<3", python = ">=3.8" }]
3939
Flask = ">=2"
4040
httpx = "^0.27.2"

0 commit comments

Comments
 (0)