diff --git a/poetry.lock b/poetry.lock index 3b0fc7e..5acad90 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1234,13 +1234,13 @@ files = [ [[package]] name = "types-setuptools" -version = "71.1.0.20240813" +version = "73.0.0.20240822" description = "Typing stubs for setuptools" optional = false python-versions = ">=3.8" files = [ - {file = "types-setuptools-71.1.0.20240813.tar.gz", hash = "sha256:94ff4f0af18c7c24ac88932bcb0f5655fb7187a001b7c61e53a1bfdaf9877b54"}, - {file = "types_setuptools-71.1.0.20240813-py3-none-any.whl", hash = "sha256:d9d9ba2936f5d3b47b59ae9bf65942a60063ac1d6bbee180a8a79fbb43f22ce5"}, + {file = "types-setuptools-73.0.0.20240822.tar.gz", hash = "sha256:3a060681098eb3fbc2fea0a86f7f6af6aa1ca71906039d88d891ea2cecdd4dbf"}, + {file = "types_setuptools-73.0.0.20240822-py3-none-any.whl", hash = "sha256:b9eba9b68546031317a0fa506d4973641d987d74f79e7dd8369ad4f7a93dea17"}, ] [[package]] @@ -1373,4 +1373,4 @@ otlp = ["opentelemetry-exporter-otlp-proto-grpc"] [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "fe8afb698ebf8ef45f3af7bceefbd59cb649f0c4c8faea2189acb2e88303a3af" +content-hash = "1caf499e36269638105bad7848654d137032db610dbcd6942b06365365e0a1d0" diff --git a/pyproject.toml b/pyproject.toml index a8aedea..49732c5 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 = "71.1.0.20240813" +types-setuptools = "73.0.0.20240822" urllib3 = "2.2.2" wrapt = ">=1.15.0"