diff --git a/poetry.lock b/poetry.lock index 108ae3f..972ad97 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1250,13 +1250,13 @@ files = [ [[package]] name = "types-setuptools" -version = "75.6.0.20241126" +version = "75.6.0.20241223" 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.6.0.20241223-py3-none-any.whl", hash = "sha256:7cbfd3bf2944f88bbcdd321b86ddd878232a277be95d44c78a53585d78ebc2f6"}, + {file = "types_setuptools-75.6.0.20241223.tar.gz", hash = "sha256:d9478a985057ed48a994c707f548e55aababa85fe1c9b212f43ab5a1fffd3211"}, ] [[package]] @@ -1388,4 +1388,4 @@ otlp = ["opentelemetry-exporter-otlp-proto-grpc"] [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "3b76b70d551e089ddc1dceee55256825a3dd398c9006ee46e7c427e588e7c763" +content-hash = "1d4f3a041af34af1080c267e91c155f78aa8dbebc5ab9f30942b9260a68b04fa" diff --git a/pyproject.toml b/pyproject.toml index 50de4c8..1de3be4 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.6.0.20241223" urllib3 = "2.2.3" wrapt = ">=1.15.0"