From e38b9a94c407dae0841adff84b209539ba9a33a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 10:43:32 +0000 Subject: [PATCH] Update greenlet requirement from ~=2.0.2 to ~=3.0.0 Updates the requirements on [greenlet](https://github.com/python-greenlet/greenlet) to permit the latest version. - [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst) - [Commits](https://github.com/python-greenlet/greenlet/compare/2.0.2...3.0.0) --- updated-dependencies: - dependency-name: greenlet 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 e834edae..ce02ab46 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ pip==23.2.1 six~=1.16.0 click~=8.1.7 python-dateutil~=2.8.2 -greenlet~=2.0.2 +greenlet~=3.0.0 oauthlib~=3.2.2 idna~=3.4 urllib3~=2.0.5