From bd2217a52260bae5e37db30ac18871245b3a6efe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 20:35:11 +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 83.0.0.20260807 to 84.0.0.20260812 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-setuptools dependency-version: 84.0.0.20260812 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 a1f23cc..e6a094c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1601,14 +1601,14 @@ urllib3 = ">=2" [[package]] name = "types-setuptools" -version = "83.0.0.20260807" +version = "84.0.0.20260812" description = "Typing stubs for setuptools" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "types_setuptools-83.0.0.20260807-py3-none-any.whl", hash = "sha256:a3b07bc820b397a64f660bbbef5b3738296cac619a0b1ccab261b9ce9325f9b2"}, - {file = "types_setuptools-83.0.0.20260807.tar.gz", hash = "sha256:1ed1a446914afe91658868a8fe8806d1e34ba89f8c3bf8926c7165a428b117a6"}, + {file = "types_setuptools-84.0.0.20260812-py3-none-any.whl", hash = "sha256:799c08e4bc6a288e8a0b538afb5f5ff320a08927ba8dbedb30c74ee3ba5d867b"}, + {file = "types_setuptools-84.0.0.20260812.tar.gz", hash = "sha256:09bedc248ebbb7a232c9419dfcdca329706e61bf2aa5743e9424d027f1d956b4"}, ] [[package]] @@ -1727,4 +1727,4 @@ type = ["pytest-mypy (>=1.0.1) ; platform_python_implementation != \"PyPy\""] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.15.0" -content-hash = "dbc2737ef0159db7716b4c7e1d8f5c27f5d817d5a6f5cbb577f7b1ad9ed5018d" +content-hash = "22f4011591e264b0ff9d6066f1ef6a7f5eb860fa69706f1bd4e833622335c3a7" diff --git a/pyproject.toml b/pyproject.toml index fe93547..1546f53 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,<84" +types-setuptools = ">=80,<85" coverage = "^7.2.7" pytest = ">=7.4,<10.0" importlib-metadata = {version = ">=4.11.4", python = "<3.12"}