Skip to content

Commit

Permalink
chore(deps): update dependency setuptools to v73
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 20, 2024
1 parent 8e4f55d commit aa41baf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.8"
cryptography = "^43.0.0"
setuptools = "^72.0.0"
setuptools = "^73.0.0"

[tool.poetry.dev-dependencies]
pytest = "^8.3.2"
Expand All @@ -36,7 +36,7 @@ pylint = "^3.2.6"
bandit = "^1.7.9"
pytest = "^8.3.2"
pytest-mock = "^3.14.0"
setuptools = "^72.0.0"
setuptools = "^73.0.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@ cryptography==43.0.0 ; python_version >= "3.8" and python_version < "4.0" \
pycparser==2.22 ; python_version >= "3.8" and python_version < "4.0" and platform_python_implementation != "PyPy" \
--hash=sha256:491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6 \
--hash=sha256:c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc
setuptools==72.2.0; python_version >= "3.8" and python_version < "4.0" \
--hash=sha256:80aacbf633704e9c8bfa1d99fa5dd4dc59573efcf9e4042c13d3bcef91ac2ef9 \
--hash=sha256:f11dd94b7bae3a156a95ec151f24e4637fb4fa19c878e4d191bfb8b2d82728c4
setuptools==73.0.1; python_version >= "3.8" and python_version < "4.0" \
--hash=sha256:b208925fcb9f7af924ed2dc04708ea89791e24bde0d3020b27df0e116088b34e \
--hash=sha256:d59a3e788ab7e012ab2c4baed1b376da6366883ee20d7a5fc426816e3d7b1193

0 comments on commit aa41baf

Please sign in to comment.