From f620a29923df70789b77242bbdfe37c58af639d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 18:10:41 +0000 Subject: [PATCH] :arrow_up: Bump greenlet from 3.0.0 to 3.0.3 Bumps [greenlet](https://github.com/python-greenlet/greenlet) from 3.0.0 to 3.0.3. - [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst) - [Commits](https://github.com/python-greenlet/greenlet/compare/3.0.0...3.0.3) --- updated-dependencies: - dependency-name: greenlet dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4d77bcef..9455106e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -73,7 +73,7 @@ fastjsonschema==2.19.1 # via nbformat filelock==3.12.4 # via virtualenv -greenlet==3.0.0 +greenlet==3.0.3 # via sqlalchemy identify==2.5.33 # via pre-commit