We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bfd51d commit e8d568bCopy full SHA for e8d568b
pyproject.toml
@@ -22,7 +22,7 @@ classifiers = [
22
[tool.poetry.dependencies]
23
python = "^3.8"
24
cryptography = "^43.0.0"
25
-setuptools = "^75.0.0"
+setuptools = "^82.0.0"
26
27
[tool.poetry.dev-dependencies]
28
pytest = "^8.3.2"
@@ -36,7 +36,7 @@ pylint = "^3.2.6"
36
bandit = "^1.7.9"
37
38
pytest-mock = "^3.14.0"
39
40
41
[build-system]
42
requires = ["poetry-core>=1.0.0"]
0 commit comments