From c92a1f8f81fb77b895c02c3c896cf50bbaa0ba4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 18:44:21 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 4 updates Bumps the pip group with 4 updates in the / directory: [flask](https://github.com/pallets/flask), [jinja2](https://github.com/pallets/jinja), [gevent](https://github.com/gevent/gevent) and [ujson](https://github.com/ultrajson/ultrajson). Updates `flask` from 0.10.1 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/0.10.1...2.2.5) Updates `jinja2` from 2.7.2 to 3.1.6 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/2.7.2...3.1.6) Updates `gevent` from 22.10.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/22.10.2...23.9.0) Updates `ujson` from 2.0.0 to 5.4.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](https://github.com/ultrajson/ultrajson/compare/2.0.0...5.4.0) --- updated-dependencies: - dependency-name: flask dependency-version: 2.2.5 dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production dependency-group: pip - dependency-name: gevent dependency-version: 23.9.0 dependency-type: direct:production dependency-group: pip - dependency-name: ujson dependency-version: 5.4.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 ++++---- setup.py | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index e5d32d3..ca9d57a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,13 @@ -Flask==0.10.1 -Jinja2==2.7.2 +Flask==2.2.5 +Jinja2==3.1.6 MarkupSafe==0.23 Werkzeug==3.0.6 argparse==1.2.1 -gevent==22.10.2 +gevent==23.9.0 greenlet==2.0.2 gunicorn==22.0.0 itsdangerous==0.24 msgpack==0.5.6 -ujson==2.0.0 +ujson==5.4.0 uWSGI==2.0.21 SharQ==1.3.0 diff --git a/setup.py b/setup.py index 446d8b1..2e41235 100644 --- a/setup.py +++ b/setup.py @@ -14,15 +14,15 @@ packages=['sharq_server'], py_modules=['runner'], install_requires=[ - 'Flask==0.10.1', - 'Jinja2==2.7.2', + 'Flask==2.2.5', + 'Jinja2==3.1.6', 'MarkupSafe==0.23', 'Werkzeug==3.0.6', - 'gevent==22.10.2', + 'gevent==23.9.0', 'greenlet==2.0.2', 'itsdangerous==0.24', 'gunicorn==22.0.0', - 'ujson==2.0.0' + 'ujson==5.4.0' ], classifiers = [ 'Development Status :: 5 - Production/Stable',