Skip to content

Commit

Permalink
chore(deps): update dependency setuptools to v75
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 15, 2024
1 parent 1555ea6 commit 70ad307
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 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 = "^74.0.0"
setuptools = "^75.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 = "^74.0.0"
setuptools = "^75.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.1; 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==74.1.2; python_version >= "3.8" and python_version < "4.0" \
--hash=sha256:5f4c08aa4d3ebcb57a50c33b1b07e94315d7fc7230f7115e47fc99776c8ce308 \
--hash=sha256:95b40ed940a1c67eb70fc099094bd6e99c6ee7c23aa2306f4d2697ba7916f9c6
setuptools==75.0.0; python_version >= "3.8" and python_version < "4.0" \
--hash=sha256:25af69c809d9334cd8e653d385277abeb5a102dca255954005a7092d282575ea \
--hash=sha256:791ae94f04f78c880b5e614e560dd32d4b4af5d151bd9e7483e3377846caf90a

0 comments on commit 70ad307

Please sign in to comment.