From 4643f44545d5f9d1f0f50592ce147a63418ae5b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 08:18:14 +0000 Subject: [PATCH] Update dependency types-setuptools to v75 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3042e8a920..6ee23681b4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3260,13 +3260,13 @@ urllib3 = ">=2" [[package]] name = "types-setuptools" -version = "71.1.0.20240818" +version = "75.1.0.20240917" description = "Typing stubs for setuptools" optional = false python-versions = ">=3.8" files = [ - {file = "types-setuptools-71.1.0.20240818.tar.gz", hash = "sha256:f62eaffaa39774462c65fbb49368c4dc1d91a90a28371cb14e1af090ff0e41e3"}, - {file = "types_setuptools-71.1.0.20240818-py3-none-any.whl", hash = "sha256:c4f95302f88369ac0ac46c67ddbfc70c6c4dbbb184d9fed356244217a2934025"}, + {file = "types-setuptools-75.1.0.20240917.tar.gz", hash = "sha256:12f12a165e7ed383f31def705e5c0fa1c26215dd466b0af34bd042f7d5331f55"}, + {file = "types_setuptools-75.1.0.20240917-py3-none-any.whl", hash = "sha256:06f78307e68d1bbde6938072c57b81cf8a99bc84bd6dc7e4c5014730b097dc0c"}, ] [[package]] @@ -3651,4 +3651,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "87cbe118a98b9a3686b14286373058cc53f77cf5fe93668803b1b448c29af758" +content-hash = "ab9aad10be64817a5ecd59b237e621ae7f58c1b013f9643e25a5323725718f95" diff --git a/pyproject.toml b/pyproject.toml index 3979330e94..00845bf9ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ prospector-profile-utils = "1.7.2" pytest = "8.3.3" WebTest = "3.0.1" types-pyyaml = "6.0.12.20240917" -types-setuptools = "71.1.0.20240818" +types-setuptools = "75.1.0.20240917" types-markdown = "3.7.0.20240822" types-requests = "2.32.0.20240914" types-toml = "0.10.8.20240310"