From 7ecba281db134ef1e54270b7284da8d0630bf7a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 18:34:01 +0000 Subject: [PATCH] Bump the pip group with 4 updates Bumps the pip group with 4 updates: [flask](https://github.com/pallets/flask), [requests](https://github.com/psf/requests), [gunicorn](https://github.com/benoitc/gunicorn) and [gevent](https://github.com/gevent/gevent). Updates `flask` from 1.1.2 to 2.2.5 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/1.1.2...2.2.5) Updates `requests` from 2.25.1 to 2.32.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.25.1...v2.32.2) Updates `gunicorn` from 20.0.4 to 22.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.0.4...22.0.0) Updates `gevent` from 21.1.2 to 23.9.0 - [Release notes](https://github.com/gevent/gevent/releases) - [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_pre.rst) - [Commits](https://github.com/gevent/gevent/compare/21.1.2...23.9.0) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-type: direct:production dependency-group: pip - dependency-name: gunicorn dependency-type: direct:production dependency-group: pip - dependency-name: gevent dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1fcaa35..2b7feae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -flask==2.0.3 +flask==2.2.5 simplejson==3.17.2 python-dotenv==0.15.0 -requests==2.25.1 -gunicorn==20.0.4 -gevent==21.1.2 +requests==2.32.2 +gunicorn==22.0.0 +gevent==23.9.0 biopython==1.78 werkzeug==2.0.3