Skip to content

Commit dbd4d52

Browse files
Merge pull request #15 from hsbc/renovate/setuptools-72.x
2 parents b49f016 + bfff394 commit dbd4d52

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "^71.1.0"
25+
setuptools = "^72.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 = "^71.1.0"
39+
setuptools = "^72.0.0"
4040

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

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ cryptography==43.0.0 ; python_version >= "3.8" and python_version < "4.0" \
8282
pycparser==2.22 ; python_version >= "3.8" and python_version < "4.0" and platform_python_implementation != "PyPy" \
8383
--hash=sha256:491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6 \
8484
--hash=sha256:c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc
85-
setuptools==71.1.0 ; python_version >= "3.8" and python_version < "4.0" \
86-
--hash=sha256:032d42ee9fb536e33087fb66cac5f840eb9391ed05637b3f2a76a7c8fb477936 \
87-
--hash=sha256:33874fdc59b3188304b2e7c80d9029097ea31627180896fb549c578ceb8a0855
85+
setuptools==72.1.0; python_version >= "3.8" and python_version < "4.0" \
86+
--hash=sha256:5a03e1860cf56bb6ef48ce186b0e557fdba433237481a9a625176c2831be15d1 \
87+
--hash=sha256:8d243eff56d095e5817f796ede6ae32941278f542e0f941867cc05ae52b162ec

0 commit comments

Comments
 (0)