Skip to content

Commit e8d568b

Browse files
fix(deps): update dependency setuptools to v82 [security]
1 parent 6bfd51d commit e8d568b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
[tool.poetry.dependencies]
2323
python = "^3.8"
2424
cryptography = "^43.0.0"
25-
setuptools = "^75.0.0"
25+
setuptools = "^82.0.0"
2626

2727
[tool.poetry.dev-dependencies]
2828
pytest = "^8.3.2"
@@ -36,7 +36,7 @@ pylint = "^3.2.6"
3636
bandit = "^1.7.9"
3737
pytest = "^8.3.2"
3838
pytest-mock = "^3.14.0"
39-
setuptools = "^75.0.0"
39+
setuptools = "^82.0.0"
4040

4141
[build-system]
4242
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)