From 92fe541156b6a4b7c19559f997bf413aca91a739 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 21:50:52 +0000 Subject: [PATCH] Bump tornado from 5.0 to 6.3.3 Bumps [tornado](https://github.com/tornadoweb/tornado) from 5.0 to 6.3.3. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v5.0.0...v6.3.3) --- updated-dependencies: - dependency-name: tornado dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gremlinpython.egg-info/requires.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gremlinpython.egg-info/requires.txt b/gremlinpython.egg-info/requires.txt index fce4d0a..da26557 100644 --- a/gremlinpython.egg-info/requires.txt +++ b/gremlinpython.egg-info/requires.txt @@ -1,4 +1,4 @@ aenum>=1.4.5 -tornado<5.0,>=4.4.1 +tornado>=4.4.1,<7.0 six>=1.10.0 isodate>=0.6.0 diff --git a/setup.py b/setup.py index 400bcd2..22cd3dc 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ install_requires = [ 'aenum>=1.4.5', - 'tornado==5.0', + 'tornado==6.3.3', 'six>=1.10.0', 'isodate>=0.6.0' ]