From 7300a393c4e4542d1f55d7f29633c0d0e8293b55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 20:05:57 +0100 Subject: [PATCH] Bump tornado from 6.3.3 to 6.4 (#20) Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.3.3 to 6.4. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.3.3...v6.4.0) --- updated-dependencies: - dependency-name: tornado dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c27579f..e519931 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ oauth2==1.9.0.post1 pyrogram==2.0.106 requests==2.31.0 tgbot-ping==1.0.7 -tornado==6.3.3 +tornado==6.4 tgcrypto==1.2.5 tweepy==4.14.0