From a02f0044a616fbfd0a2f90480e55d234da3293b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 07:54:52 +0000 Subject: [PATCH] Bump types-setuptools from 75.2.0.20241025 to 75.6.0.20241223 Bumps [types-setuptools](https://github.com/python/typeshed) from 75.2.0.20241025 to 75.6.0.20241223. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-setuptools dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6ba241b..4c5af33 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -1670,13 +1670,13 @@ urllib3 = ">=2" [[package]] name = "types-setuptools" -version = "75.2.0.20241025" +version = "75.6.0.20241223" description = "Typing stubs for setuptools" optional = false python-versions = ">=3.8" files = [ - {file = "types-setuptools-75.2.0.20241025.tar.gz", hash = "sha256:2949913a518d5285ce00a3b7d88961c80a6e72ffb8f3da0a3f5650ea533bd45e"}, - {file = "types_setuptools-75.2.0.20241025-py3-none-any.whl", hash = "sha256:6721ac0f1a620321e2ccd87a9a747c4a383dc381f78d894ce37f2455b45fcf1c"}, + {file = "types_setuptools-75.6.0.20241223-py3-none-any.whl", hash = "sha256:7cbfd3bf2944f88bbcdd321b86ddd878232a277be95d44c78a53585d78ebc2f6"}, + {file = "types_setuptools-75.6.0.20241223.tar.gz", hash = "sha256:d9478a985057ed48a994c707f548e55aababa85fe1c9b212f43ab5a1fffd3211"}, ] [[package]] @@ -1731,4 +1731,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "ff2d0df519f087258adcce466d019a5009b6b7998af6188837e7be2a97544ab3" +content-hash = "c709a490311330112be5d07b67790786d98d8702278cf6139e3e1f5b37b3ff31" diff --git a/pyproject.toml b/pyproject.toml index 543c914..67e49a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ grpc-stubs = "^1.53.0" pyupgrade = "^3.8.0" types-protobuf = "^5.28.3" types-requests = "^2.32.0" -types-setuptools = "^75.2.0" +types-setuptools = "^75.6.0" [build-system] requires = ["poetry-core>=1.0.0"]