File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ classifiers = [
2222[tool .poetry .dependencies ]
2323python = " ^3.8"
2424cryptography = " ^43.0.0"
25- setuptools = " ^75 .0.0"
25+ setuptools = " ^80 .0.0"
2626
2727[tool .poetry .dev-dependencies ]
2828pytest = " ^8.3.2"
@@ -36,7 +36,7 @@ pylint = "^3.2.6"
3636bandit = " ^1.7.9"
3737pytest = " ^8.3.2"
3838pytest-mock = " ^3.14.0"
39- setuptools = " ^75 .0.0"
39+ setuptools = " ^80 .0.0"
4040
4141[build-system ]
4242requires = [" poetry-core>=1.0.0" ]
Original file line number Diff line number Diff line change @@ -97,6 +97,6 @@ cryptography==43.0.1; python_version >= "3.8" and python_version < "4.0" \
9797pycparser == 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 == 75.1 .0 ; python_version >= "3.8" and python_version < "4.0" \
101- --hash =sha256:35ab7fd3bcd95e6b7fd704e4a1539513edad446c097797f2985e0e4b960772f2 \
102- --hash =sha256:d59a21b17a275fb872a9c3dae73963160ae079f1049ed956880cd7c09b120538
100+ setuptools == 80.2 .0 ; python_version >= "3.8" and python_version < "4.0" \
101+ --hash =sha256:16a390b41627e1455567193435e7cafa9101803ffaa2fdd9ecd0af098301981d \
102+ --hash =sha256:5f982284ad5d644764e1985baca205e235651b55f9a7ea8d46878d37104aa5e5
You can’t perform that action at this time.
0 commit comments