From 3f9a9a96e1cca2fd90c56fed8c9077527e75308d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 12:11:42 +0000 Subject: [PATCH] Bump types-setuptools from 69.5.0.20240522 to 82.0.0.20260518 Bumps [types-setuptools](https://github.com/python/typeshed) from 69.5.0.20240522 to 82.0.0.20260518. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-setuptools dependency-version: 82.0.0.20260508 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2a9733af18bd..e89231160c57 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.4.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "anyio" @@ -590,7 +590,7 @@ files = [ {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"}, {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, ] -markers = {dev = "sys_platform == \"win32\" or platform_system == \"Windows\"", github-actions = "sys_platform == \"win32\""} +markers = {dev = "platform_system == \"Windows\" or sys_platform == \"win32\"", github-actions = "sys_platform == \"win32\""} [package.source] type = "legacy" @@ -4618,14 +4618,14 @@ reference = "pypi-public" [[package]] name = "types-setuptools" -version = "69.5.0.20240522" +version = "82.0.0.20260518" description = "Typing stubs for setuptools" optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" groups = ["typing"] files = [ - {file = "types-setuptools-69.5.0.20240522.tar.gz", hash = "sha256:c5a97601b2d040d3b9fcd0633730f0a8c86ebef208552525c97301427f261549"}, - {file = "types_setuptools-69.5.0.20240522-py3-none-any.whl", hash = "sha256:e27231cbc80648cfaee4921d2f1150107fdf8d33666958abf2aba0191a82688b"}, + {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"}, ] [package.source] @@ -5092,4 +5092,4 @@ reference = "pypi-public" [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.15" -content-hash = "a6d221466d9614bad3a1a14b75652830420fb27d832baef7bc0e6cb388629a7e" +content-hash = "a83a6d308960f436f00fbbc1973a533ef3e157e13a4e560e85e75fc4e9e8175a" diff --git a/pyproject.toml b/pyproject.toml index 98a0bc6fe7d1..b7569f18f9dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ httpx = "^0.28.1" types-tqdm = "^4.66.0.2" types-requests = "2.28.11" types-mock = "^4.0.15" -types-setuptools = "^69.2.0.20240317" +types-setuptools = "^82.0.0.20260518" types-ujson = "^5.6.0.0" types-decorator = "^5.1.8" types-toml = "^0.10.8.7"