From ac2c9b06ea497e7a3a5e4b64ca48fc3abd156d60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 03:00:41 +0000 Subject: [PATCH] Bump setuptools from 57.5.0 to 67.1.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 57.5.0 to 67.1.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst) - [Commits](https://github.com/pypa/setuptools/compare/v57.5.0...v67.1.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2b740e8..d881025 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -setuptools==57.5.0 +setuptools==67.1.0 aiofiles==0.6.0; python_full_version >= "3.7.0" and python_version >= "3.7" aiosqlite==0.16.1; python_version >= "3.7" and python_version < "4.0" asyncpg==0.22.0; python_full_version >= "3.5.0"