diff --git a/poetry.lock b/poetry.lock index 6120c1a2..b6b8b132 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1250,13 +1250,13 @@ files = [ [[package]] name = "types-setuptools" -version = "75.6.0.20241126" +version = "75.8.0.20250110" description = "Typing stubs for setuptools" optional = false python-versions = ">=3.8" files = [ - {file = "types_setuptools-75.6.0.20241126-py3-none-any.whl", hash = "sha256:aaae310a0e27033c1da8457d4d26ac673b0c8a0de7272d6d4708e263f2ea3b9b"}, - {file = "types_setuptools-75.6.0.20241126.tar.gz", hash = "sha256:7bf25ad4be39740e469f9268b6beddda6e088891fa5a27e985c6ce68bf62ace0"}, + {file = "types_setuptools-75.8.0.20250110-py3-none-any.whl", hash = "sha256:a9f12980bbf9bcdc23ecd80755789085bad6bfce4060c2275bc2b4ca9f2bc480"}, + {file = "types_setuptools-75.8.0.20250110.tar.gz", hash = "sha256:96f7ec8bbd6e0a54ea180d66ad68ad7a1d7954e7281a710ea2de75e355545271"}, ] [[package]] @@ -1402,4 +1402,4 @@ otlp = ["opentelemetry-exporter-otlp-proto-grpc"] [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "3b76b70d551e089ddc1dceee55256825a3dd398c9006ee46e7c427e588e7c763" +content-hash = "8bb16b562e7c0c40e99af6c4618bbe2cb119588a1fce5ab287dfc0afd5520e9c" diff --git a/pyproject.toml b/pyproject.toml index 50de4c81..f281ee0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ pytest-docker = {version = "3.1.1", platform = "linux"} requests-futures = "1.0.2" keepachangelog = "1.0.0" click = "8.1.7" -types-setuptools = "75.6.0.20241126" +types-setuptools = "75.8.0.20250110" urllib3 = "2.2.3" wrapt = ">=1.15.0"