diff --git a/poetry.lock b/poetry.lock index b14c260..6043051 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1234,13 +1234,13 @@ files = [ [[package]] name = "types-setuptools" -version = "71.1.0.20240813" +version = "74.0.0.20240831" 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-74.0.0.20240831.tar.gz", hash = "sha256:8b4a544cc91d42a019dc1e41fd397608b4bc7e20c7d7d5bc326589ffd9e8f8a1"}, + {file = "types_setuptools-74.0.0.20240831-py3-none-any.whl", hash = "sha256:4d9d18ea9214828d695a384633130009f5dee2681a157ee873d3680b62931590"}, ] [[package]] @@ -1373,4 +1373,4 @@ otlp = ["opentelemetry-exporter-otlp-proto-grpc"] [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "fd42c521b302bae6d6bde87b1fbde8f69ae9b863c209e526ddd6e769ffeb27b2" +content-hash = "a9d6c0dd4e16100099dab1d3bb9c0d8a53857cf576fea6b02c87ecf58d649336" diff --git a/pyproject.toml b/pyproject.toml index 0da8536..c351b43 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 = "74.0.0.20240831" urllib3 = "2.2.2" wrapt = ">=1.15.0"