From e60e891c6f2ddc007903de6926ce03bd3d38a631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 01:32:23 +0000 Subject: [PATCH] Update types-setuptools requirement from ^57.4.17 to ^68.2.0 Updates the requirements on [types-setuptools](https://github.com/python/typeshed) to permit the latest version. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-setuptools dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ee2f67f..4577789 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ mkdocs-material = "~8" mypy = "~1" pytest = "~7" pytest-cov = "~3" -types-setuptools = "^57.4.17" +types-setuptools = "^68.2.0" types-requests = "^2.27.30" [tool.poetry.scripts]