Skip to content

Commit 71280e0

Browse files
Merge pull request #19 from hsbc/renovate/setuptools-73.x
2 parents 8e4f55d + aa41baf commit 71280e0

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

poetry.lock

Lines changed: 6 additions & 6 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 = "^72.0.0"
25+
setuptools = "^73.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 = "^72.0.0"
39+
setuptools = "^73.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
@@ -97,6 +97,6 @@ cryptography==43.0.0 ; python_version >= "3.8" and python_version < "4.0" \
9797
pycparser==2.22 ; python_version >= "3.8" and python_version < "4.0" and platform_python_implementation != "PyPy" \
9898
--hash=sha256:491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6 \
9999
--hash=sha256:c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc
100-
setuptools==72.2.0; python_version >= "3.8" and python_version < "4.0" \
101-
--hash=sha256:80aacbf633704e9c8bfa1d99fa5dd4dc59573efcf9e4042c13d3bcef91ac2ef9 \
102-
--hash=sha256:f11dd94b7bae3a156a95ec151f24e4637fb4fa19c878e4d191bfb8b2d82728c4
100+
setuptools==73.0.1; python_version >= "3.8" and python_version < "4.0" \
101+
--hash=sha256:b208925fcb9f7af924ed2dc04708ea89791e24bde0d3020b27df0e116088b34e \
102+
--hash=sha256:d59a3e788ab7e012ab2c4baed1b376da6366883ee20d7a5fc426816e3d7b1193

0 commit comments

Comments
 (0)