From 9a6f7d1a1de44ced2015412266cc4543b48931cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Dec 2022 15:38:35 +0000 Subject: [PATCH] Bump setuptools from 46.1.3 to 65.5.1 Bumps [setuptools](https://github.com/pypa/setuptools) from 46.1.3 to 65.5.1. - [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/v46.1.3...v65.5.1) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 89efd4f..4cf8100 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Cython>=0.29.16,<1.0; python_version == '3.7' -setuptools==46.1.3 +setuptools==65.5.1 gym==0.17.1 git+https://github.com/FragileTech/atari-py.git#egg=atari-py attrs>=19.3.0