Skip to content

Commit bd8fc5f

Browse files
committed
fix: fix lint
1 parent 04aea8e commit bd8fc5f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ flake8 = "^6.0"
2727
sphinx = "^7.0"
2828
pre-commit = "^3.5"
2929
bandit = "^1.7"
30-
requests = ">=2.32.4,<3.0.0"
31-
urllib3 = ">=2.5.0,<3.0.0"
32-
idna = ">=3.7,<4.0.0"
33-
certifi = ">=2024.7.4,<2026.0.0"
34-
cryptography = ">=42.0.5,<43.0.0"
35-
configobj = ">=5.0.9,<6.0.0"
36-
pyjwt = ">=2.10.1,<3.0.0"
37-
jinja2 = ">=3.1.6,<4.0.0"
38-
setuptools = ">=78.1.1"
39-
twisted = ">=24.7.0"
30+
requests = "^2.32.4"
31+
urllib3 = "^2.5.0"
32+
idna = "^3.7"
33+
certifi = "^2024.7.4"
34+
cryptography = "^42.0.5"
35+
configobj = "^5.0.9"
36+
pyjwt = "^2.10.1"
37+
jinja2 = "^3.1.6"
38+
setuptools = "^78.1.1"
39+
twisted = "^24.7.0"
4040

4141
[tool.poetry.group.test.dependencies]
4242
# Additional test utilities

0 commit comments

Comments
 (0)