diff --git a/poetry.lock b/poetry.lock index 22f9648..3a4e0ac 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "astroid" @@ -1244,13 +1244,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]] @@ -1382,4 +1382,4 @@ otlp = ["opentelemetry-exporter-otlp-proto-grpc"] [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "b2ef5e669781ebab5e26faabca435083cb35643dc8eb6a8da197ebfac1898f54" +content-hash = "58c042e100a395445efd917131e43670d1b86cb70a52e65954036e1859451355" diff --git a/pyproject.toml b/pyproject.toml index 7be5572..766fd74 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"