diff --git a/Pipfile b/Pipfile index 6238bfba..7dadd15e 100644 --- a/Pipfile +++ b/Pipfile @@ -34,7 +34,7 @@ pynetbox = "==7.8.0" pytest-testinfra = "==10.2.2" python-dateutil = "==2.9.0.post0" redfish = "==3.3.5" -setuptools = "==82.0.1" +setuptools = "==83.0.0" sqlmodel = "==0.0.39" sushy = "==5.11.1" transitions = "==0.9.3" diff --git a/Pipfile.lock b/Pipfile.lock index a7256ea4..7309283d 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "ae7da42a03fee15da7f56b7b0f34a88a63fb07d9379b295c33e7c1cd926bc60e" + "sha256": "d16512ac37b622b9b8ee653a8c4dc8d5d42c106aeaeb464ad1267dfce9fcabd9" }, "pipfile-spec": 6, "requires": {}, @@ -2513,12 +2513,12 @@ }, "setuptools": { "hashes": [ - "sha256:7d872682c5d01cfde07da7bccc7b65469d3dca203318515ada1de5eda35efbf9", - "sha256:a59e362652f08dcd477c78bb6e7bd9d80a7995bc73ce773050228a348ce2e5bb" + "sha256:025bccbbf0fa05b6192bc64ae1e7b16e001fd6d6d4d5de03c97b1c1ade523bef", + "sha256:29b23c360f22f414dc7336bb39178cc7bcbf6021ed2733cde173f09dba19abb3" ], "index": "pypi", - "markers": "python_version >= '3.9'", - "version": "==82.0.1" + "markers": "python_version >= '3.10'", + "version": "==83.0.0" }, "six": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 295e8dc9..9eecfcc1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ pytest-testinfra==10.2.2 python-dateutil==2.9.0.post0 python-openstackclient==9.0.0 redfish==3.3.5 -setuptools==82.0.1 +setuptools==83.0.0 sqlmodel==0.0.39 sushy==5.11.1 tabulate==0.10.0