From 3c9751a6440295d257c910577c0fa3995eacf9fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 10:13:25 -0400 Subject: [PATCH] Bump types-setuptools from 71.1.0.20240724 to 71.1.0.20240726 (#486) Bumps [types-setuptools](https://github.com/python/typeshed) from 71.1.0.20240724 to 71.1.0.20240726. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-setuptools dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3e73c47..96b89bc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1197,13 +1197,13 @@ files = [ [[package]] name = "types-setuptools" -version = "71.1.0.20240724" +version = "71.1.0.20240726" description = "Typing stubs for setuptools" optional = false python-versions = ">=3.8" files = [ - {file = "types-setuptools-71.1.0.20240724.tar.gz", hash = "sha256:ae61c528111a9450e149aedbc1ab0f7874f9bb0dc8f14c3cd200a1f82457050b"}, - {file = "types_setuptools-71.1.0.20240724-py3-none-any.whl", hash = "sha256:90570f0578ed67bb25ada9b3d1432e6727178d2408a7051b27e4a712731df30a"}, + {file = "types-setuptools-71.1.0.20240726.tar.gz", hash = "sha256:85ba28e9461bb1be86ebba4db0f1c2408f2b11115b1966334ea9dc464e29303e"}, + {file = "types_setuptools-71.1.0.20240726-py3-none-any.whl", hash = "sha256:a7775376f36e0ff09bcad236bf265777590a66b11623e48c20bfc30f1444ea36"}, ] [[package]] @@ -1336,4 +1336,4 @@ otlp = ["opentelemetry-exporter-otlp-proto-grpc"] [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "fc590d2d417c74d056839c840d3155e3921151f748a4a02e0f692c9c97fba33e" +content-hash = "58bc592fbf023680c3cb1928ddd55a23154fd3536966e655a9179cdba1b2a9e8" diff --git a/pyproject.toml b/pyproject.toml index 8d23350..3f60324 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ pytest-docker = {version = "3.1.1", platform = "linux"} requests-futures = "1.0.1" keepachangelog = "1.0.0" click = "8.1.7" -types-setuptools = "71.1.0.20240724" +types-setuptools = "71.1.0.20240726" urllib3 = "2.2.2" wrapt = ">=1.15.0"