diff --git a/poetry.lock b/poetry.lock index 63f42cd..26a99bf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1234,13 +1234,13 @@ files = [ [[package]] name = "types-setuptools" -version = "74.0.0.20240831" +version = "74.1.0.20240907" description = "Typing stubs for setuptools" optional = false python-versions = ">=3.8" files = [ - {file = "types-setuptools-74.0.0.20240831.tar.gz", hash = "sha256:8b4a544cc91d42a019dc1e41fd397608b4bc7e20c7d7d5bc326589ffd9e8f8a1"}, - {file = "types_setuptools-74.0.0.20240831-py3-none-any.whl", hash = "sha256:4d9d18ea9214828d695a384633130009f5dee2681a157ee873d3680b62931590"}, + {file = "types-setuptools-74.1.0.20240907.tar.gz", hash = "sha256:0abdb082552ca966c1e5fc244e4853adc62971f6cd724fb1d8a3713b580e5a65"}, + {file = "types_setuptools-74.1.0.20240907-py3-none-any.whl", hash = "sha256:15b38c8e63ca34f42f6063ff4b1dd662ea20086166d5ad6a102e670a52574120"}, ] [[package]] @@ -1373,4 +1373,4 @@ otlp = ["opentelemetry-exporter-otlp-proto-grpc"] [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "433af695c03454a726b4aa47d113979d863096665eddd435cc79d77e1199fb15" +content-hash = "65e54518fb6e4fc466b072bbcdba75556d58a976cb682b21630d47840dec2847" diff --git a/pyproject.toml b/pyproject.toml index 22d9ca8..9e4fffc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ pytest-docker = {version = "3.1.1", platform = "linux"} requests-futures = "1.0.1" keepachangelog = "1.0.0" click = "8.1.7" -types-setuptools = "74.0.0.20240831" +types-setuptools = "74.1.0.20240907" urllib3 = "2.2.2" wrapt = ">=1.15.0"