From 1a69dbe5139df8cc413f2315c000b17f0657aa4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 23:51:47 +0000 Subject: [PATCH] Bump the pip group with 2 updates Bumps the pip group with 2 updates: [tornado](https://github.com/tornadoweb/tornado) and [flask-cors](https://github.com/corydolphin/flask-cors). Updates `tornado` from 6.4 to 6.4.1 - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.4.0...v6.4.1) Updates `flask-cors` from 4.0.0 to 4.0.1 - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md) - [Commits](https://github.com/corydolphin/flask-cors/compare/4.0.0...4.0.1) --- updated-dependencies: - dependency-name: tornado dependency-type: direct:production dependency-group: pip - dependency-name: flask-cors dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 705f7e2..27506fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ mypy==1.9.0 # servers dependencies Flask==3.0.2 -tornado==6.4 -Flask-Cors==4.0.0 +tornado==6.4.1 +Flask-Cors==4.0.1 Flask-Compress==1.14