From 61278f0db6ddb57aaefe1a84c44d5d4663034b85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 22:44:25 +0000 Subject: [PATCH] :arrow_up: Bump tornado from 6.1 to 6.4.1 Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.1 to 6.4.1. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.1.0...v6.4.1) --- updated-dependencies: - dependency-name: tornado dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 4f2ebbf..1bcb1df 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -173,7 +173,7 @@ time-machine==2.14.1 # via pendulum tmdbsimple==2.9.1 # via eduzenbot (pyproject.toml) -tornado==6.1 +tornado==6.4.1 # via python-telegram-bot traitlets==5.14.3 # via diff --git a/requirements.txt b/requirements.txt index 1604414..6c25486 100644 --- a/requirements.txt +++ b/requirements.txt @@ -100,7 +100,7 @@ time-machine==2.14.1 # via pendulum tmdbsimple==2.9.1 # via eduzenbot (pyproject.toml) -tornado==6.1 +tornado==6.4.1 # via python-telegram-bot tweepy==4.14.0 # via eduzenbot (pyproject.toml)