We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04aea8e commit bd8fc5fCopy full SHA for bd8fc5f
pyproject.toml
@@ -27,16 +27,16 @@ flake8 = "^6.0"
27
sphinx = "^7.0"
28
pre-commit = "^3.5"
29
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"
+requests = "^2.32.4"
+urllib3 = "^2.5.0"
+idna = "^3.7"
+certifi = "^2024.7.4"
+cryptography = "^42.0.5"
+configobj = "^5.0.9"
+pyjwt = "^2.10.1"
+jinja2 = "^3.1.6"
+setuptools = "^78.1.1"
+twisted = "^24.7.0"
40
41
[tool.poetry.group.test.dependencies]
42
# Additional test utilities
0 commit comments