From 205797e67f49f51faffd70e6f15db39a3b0e71f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 16:54:34 +0000 Subject: [PATCH] Bump types-setuptools from 67.8.0.0 to 68.0.0.3 Bumps [types-setuptools](https://github.com/python/typeshed) from 67.8.0.0 to 68.0.0.3. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-setuptools dependency-type: direct:development update-type: version-update:semver-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 517d69a3..cf249c34 100644 --- a/poetry.lock +++ b/poetry.lock @@ -799,13 +799,13 @@ files = [ [[package]] name = "types-setuptools" -version = "67.8.0.0" +version = "68.0.0.3" description = "Typing stubs for setuptools" optional = false python-versions = "*" files = [ - {file = "types-setuptools-67.8.0.0.tar.gz", hash = "sha256:95c9ed61871d6c0e258433373a4e1753c0a7c3627a46f4d4058c7b5a08ab844f"}, - {file = "types_setuptools-67.8.0.0-py3-none-any.whl", hash = "sha256:6df73340d96b238a4188b7b7668814b37e8018168aef1eef94a3b1872e3f60ff"}, + {file = "types-setuptools-68.0.0.3.tar.gz", hash = "sha256:d57ae6076100b5704b3cc869fdefc671e1baf4c2cd6643f84265dfc0b955bf05"}, + {file = "types_setuptools-68.0.0.3-py3-none-any.whl", hash = "sha256:fec09e5c18264c5c09351c00be01a34456fb7a88e457abe97401325f84ad9d36"}, ] [[package]] @@ -954,4 +954,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "13cb3a20078c28b1561e09785b29278cc7b2a8d882492966af37692fb5588c3f" +content-hash = "e75b060b1e4ab4bc42506bba0caa5a911af05886dc6c3aa41075fd342961fa0a" diff --git a/pyproject.toml b/pyproject.toml index 499edd57..d82fa90a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ sphinx-rtd-theme = "^1.2.2" # keep this in sync with docs/requirements.txt for readthedocs.org sphinx-autodoc-typehints = "^1.23.0" types-certifi = "^2021.10.8" -types-setuptools = "^67.8.0" +types-setuptools = "^68.0.0" pook = "^1.1.1" orjson = "^3.8.13"