diff --git a/poetry.lock b/poetry.lock index 1beff83..d5dc70b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1244,13 +1244,13 @@ files = [ [[package]] name = "types-setuptools" -version = "75.2.0.20241025" +version = "75.3.0.20241105" description = "Typing stubs for setuptools" optional = false python-versions = ">=3.8" files = [ - {file = "types-setuptools-75.2.0.20241025.tar.gz", hash = "sha256:2949913a518d5285ce00a3b7d88961c80a6e72ffb8f3da0a3f5650ea533bd45e"}, - {file = "types_setuptools-75.2.0.20241025-py3-none-any.whl", hash = "sha256:6721ac0f1a620321e2ccd87a9a747c4a383dc381f78d894ce37f2455b45fcf1c"}, + {file = "types-setuptools-75.3.0.20241105.tar.gz", hash = "sha256:080883032fb26dfb91c748f69e4efbb202aeeb3f9e95e68bf7352b7ab215069f"}, + {file = "types_setuptools-75.3.0.20241105-py3-none-any.whl", hash = "sha256:c5a98b3308fea29d26228978bd83f6ea262d2fd4d967e34e8e49d04708bb3022"}, ] [[package]] @@ -1387,4 +1387,4 @@ otlp = ["opentelemetry-exporter-otlp-proto-grpc"] [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "fd538455dc552cdbe666da00deaf81b98c668a121feac475bb26fe2478112021" +content-hash = "15599050da671fadfd27d49314dac02c0d5e6ff3bace98a3f004c38211484db9" diff --git a/pyproject.toml b/pyproject.toml index cf6192a..64f2374 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 = "75.2.0.20241025" +types-setuptools = "75.3.0.20241105" urllib3 = "2.2.3" wrapt = ">=1.15.0"