From 9e8bb25541b5db20075c483b63a9f74bbba94d1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 18:51:09 +0000 Subject: [PATCH] build(deps-dev): update setuptools requirement Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v69.5.1...v75.1.0) --- updated-dependencies: - dependency-name: 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 be679ee..cc4d834 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ pydantic = "^2.8.2" pytest-cov = ">=4.1,<6.0" taskipy = "^1.13.0" coverage-badge = "^1.1.2" -setuptools = ">=69.5.1,<75.0.0" +setuptools = ">=69.5.1,<76.0.0" pytest = "^8.3.2" bandit = {extras = ["toml"], version = "^1.7.9"} radon = {extras = ["toml"], version = "^6.0.1"}