From 34828a525721a23a07f41200ee48cc8a5d4aedff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 20:34:15 +0000 Subject: [PATCH] build(deps-dev): bump types-setuptools Bumps the major group with 1 update in the / directory: [types-setuptools](https://github.com/python/typeshed). Updates `types-setuptools` from 82.0.0.20260518 to 83.0.0.20260706 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-setuptools dependency-version: 83.0.0.20260706 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a1e6357..5e5bd83 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1544,14 +1544,14 @@ urllib3 = ">=2" [[package]] name = "types-setuptools" -version = "82.0.0.20260518" +version = "83.0.0.20260706" description = "Typing stubs for setuptools" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "types_setuptools-82.0.0.20260518-py3-none-any.whl", hash = "sha256:31c04a62b57a653a5021caf191be0f10f70df890f813b51f02bab3969d300f20"}, - {file = "types_setuptools-82.0.0.20260518.tar.gz", hash = "sha256:3b743cfe63d0981ea4c15b90710fc1ed41e3464a537d51e705be514e891c1d07"}, + {file = "types_setuptools-83.0.0.20260706-py3-none-any.whl", hash = "sha256:42e5bba1bb7c1dc30c1ef3092f0c224dededbf3ae7db525a854bd1a9c6407241"}, + {file = "types_setuptools-83.0.0.20260706.tar.gz", hash = "sha256:9e586ac6c1eb504d28b5f06aced1d705e0043839413219ee3c08d16625fbb4ff"}, ] [[package]] @@ -1670,4 +1670,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.15.0" -content-hash = "361d7930a93a3a5a71fb68a6c262539ae302e64caf792fb5890231ee7b8a5aa7" +content-hash = "dbc2737ef0159db7716b4c7e1d8f5c27f5d817d5a6f5cbb577f7b1ad9ed5018d" diff --git a/pyproject.toml b/pyproject.toml index 704ae8d..fe93547 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ mock = "^5.0.2" build = "^1.0.3" toml = "^0.10.2" tox = "^4.6.3" -types-setuptools = ">=80,<83" +types-setuptools = ">=80,<84" coverage = "^7.2.7" pytest = ">=7.4,<10.0" importlib-metadata = {version = ">=4.11.4", python = "<3.12"}