diff --git a/poetry.lock b/poetry.lock index fa48ba84e2b..7b0f6c0a9fc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3204,13 +3204,13 @@ urllib3 = ">=2" [[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]] @@ -3591,4 +3591,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "ce2950e8f2831ee0b7b205ba152f8508d2862fda11496bc2d3d6266917643730" +content-hash = "203ff929a5d53252c3fbcec1e8c5755a9dde5d3a6e08962c6b800dca01c46771" diff --git a/pyproject.toml b/pyproject.toml index 0d657617abd..16ba42e1c50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ prospector-profile-utils = "1.7.2" pytest = "8.3.2" WebTest = "3.0.0" types-pyyaml = "6.0.12.20240808" -types-setuptools = "71.1.0.20240813" +types-setuptools = "74.0.0.20240831" types-markdown = "3.6.0.20240316" types-requests = "2.32.0.20240712" types-toml = "0.10.8.20240310"