From 78224545f52f00fee69ea96cfd5f5f393d0e63c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 16:56:42 +0000 Subject: [PATCH] Bump the pip group across 13 directories with 15 updates --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.12.14 dependency-type: direct:production dependency-group: pip - dependency-name: gunicorn dependency-version: 22.0.0 dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production dependency-group: pip - dependency-name: aiohttp dependency-version: 3.12.14 dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production dependency-group: pip - dependency-name: ujson dependency-version: 5.4.0 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip - dependency-name: aiomysql dependency-version: 0.3.0 dependency-type: direct:production dependency-group: pip - dependency-name: gunicorn dependency-version: 22.0.0 dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production dependency-group: pip - dependency-name: h11 dependency-version: 0.16.0 dependency-type: direct:production dependency-group: pip - dependency-name: h2 dependency-version: 4.3.0 dependency-type: direct:production dependency-group: pip - dependency-name: orjson dependency-version: 3.9.15 dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production dependency-group: pip - dependency-name: gunicorn dependency-version: 22.0.0 dependency-type: direct:production dependency-group: pip - dependency-name: ujson dependency-version: 5.4.0 dependency-type: direct:production dependency-group: pip - dependency-name: pymysql dependency-version: 1.1.1 dependency-type: direct:production dependency-group: pip - dependency-name: bottle dependency-version: 0.12.20 dependency-type: direct:production dependency-group: pip - dependency-name: tornado dependency-version: '6.5' dependency-type: direct:production dependency-group: pip - dependency-name: gunicorn dependency-version: 22.0.0 dependency-type: direct:production dependency-group: pip - dependency-name: gunicorn dependency-version: 22.0.0 dependency-type: direct:production dependency-group: pip - dependency-name: gunicorn dependency-version: 22.0.0 dependency-type: direct:production dependency-group: pip - dependency-name: flask dependency-version: 2.2.5 dependency-type: direct:production dependency-group: pip - dependency-name: werkzeug dependency-version: 3.0.6 dependency-type: direct:production dependency-group: pip - dependency-name: gunicorn dependency-version: 22.0.0 dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production dependency-group: pip - dependency-name: orjson dependency-version: 3.9.15 dependency-type: direct:production dependency-group: pip - dependency-name: waitress dependency-version: 3.0.1 dependency-type: direct:production dependency-group: pip - dependency-name: gunicorn dependency-version: 22.0.0 dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production dependency-group: pip - dependency-name: orjson dependency-version: 3.9.15 dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- frameworks/Python/aiohttp/requirements.txt | 8 ++++---- frameworks/Python/aioworkers/requirements-pg.txt | 2 +- frameworks/Python/api_hour/requirements.txt | 14 +++++++------- frameworks/Python/apidaora/requirements.txt | 4 ++-- frameworks/Python/bareasgi/requirements.txt | 8 ++++---- .../Python/blacksheep/requirements-gunicorn.txt | 2 +- frameworks/Python/blacksheep/requirements.txt | 4 ++-- frameworks/Python/bottle/requirements-pypy.txt | 8 ++++---- frameworks/Python/bottle/requirements.txt | 6 +++--- frameworks/Python/crax/requirements.txt | 2 +- frameworks/Python/django/requirements-gunicorn.txt | 2 +- frameworks/Python/django/requirements.txt | 2 +- frameworks/Python/eve/requirements.txt | 6 +++--- .../Python/falcon/requirements-db-tortoise.txt | 2 +- frameworks/Python/falcon/requirements-meinheld.txt | 2 +- frameworks/Python/falcon/requirements-pypy.txt | 2 +- frameworks/Python/falcon/requirements-uvicorn.txt | 2 +- frameworks/Python/falcon/requirements-waitress.txt | 2 +- frameworks/Python/falcon/requirements.txt | 2 +- .../Python/fastapi/requirements-gunicorn.txt | 2 +- frameworks/Python/fastapi/requirements-orjson.txt | 2 +- .../Python/fastapi/requirements-socketify.txt | 2 +- frameworks/Python/fastapi/requirements.txt | 4 ++-- frameworks/Python/fastwsgi/requirements.txt | 4 ++-- 24 files changed, 47 insertions(+), 47 deletions(-) diff --git a/frameworks/Python/aiohttp/requirements.txt b/frameworks/Python/aiohttp/requirements.txt index 444a284f..3a277a9d 100644 --- a/frameworks/Python/aiohttp/requirements.txt +++ b/frameworks/Python/aiohttp/requirements.txt @@ -1,9 +1,9 @@ -aiohttp==3.10.2 +aiohttp==3.12.14 asyncpg==0.25.0 cchardet==2.1.7 -gunicorn==20.1 -jinja2==3.1.4 +gunicorn==22.0.0 +jinja2==3.1.6 psycopg2==2.9.2 SQLAlchemy==1.4.29 -ujson==5.4.0 +ujson==5.11.0 uvloop==0.16 diff --git a/frameworks/Python/aioworkers/requirements-pg.txt b/frameworks/Python/aioworkers/requirements-pg.txt index 4735f269..454d35c9 100644 --- a/frameworks/Python/aioworkers/requirements-pg.txt +++ b/frameworks/Python/aioworkers/requirements-pg.txt @@ -2,4 +2,4 @@ uvloop==0.17.0 asyncpg==0.27.0 aioworkers-pg==0.2.0 -Jinja2==3.1.4 +Jinja2==3.1.6 diff --git a/frameworks/Python/api_hour/requirements.txt b/frameworks/Python/api_hour/requirements.txt index 9045239a..8e7d1715 100644 --- a/frameworks/Python/api_hour/requirements.txt +++ b/frameworks/Python/api_hour/requirements.txt @@ -1,19 +1,19 @@ -aiohttp==3.10.11 +aiohttp==3.12.14 -e git+https://github.com/Eyepea/aiohttp_jinja2.git@c9675e5c1e1ee7741b30aea8d8fbffcde016c7a0#egg=aiohttp_jinja2-master aiopg==0.7.0 -e git+https://github.com/Eyepea/API-Hour.git@577abbdcbb8cc2810dad46e260b338b15db4d0e3#egg=api_hour-master asyncio-redis==0.13.4 chardet==2.3.0 -gunicorn==22.0.0 +gunicorn==23.0.0 hiredis==0.2.0 -Jinja2==3.1.4 +Jinja2==3.1.6 MarkupSafe==0.23 piprot==0.9.1 psycopg2==2.7.5 PyYAML==5.4 -requests==2.32.0 +requests==2.32.4 requests-futures==0.9.5 setproctitle==1.1.8 -ujson==1.33 -aiomysql==0.0.7 -PyMySQL==1.1.1 +ujson==5.4.0 +aiomysql==0.3.0 +PyMySQL==1.1.2 diff --git a/frameworks/Python/apidaora/requirements.txt b/frameworks/Python/apidaora/requirements.txt index c1247103..500dad33 100644 --- a/frameworks/Python/apidaora/requirements.txt +++ b/frameworks/Python/apidaora/requirements.txt @@ -1,6 +1,6 @@ asyncpg==0.21.0 -gunicorn==20.0.4 -jinja2==3.1.4 +gunicorn==22.0.0 +jinja2==3.1.6 uvloop==0.14.0 uvicorn==0.11.7 apidaora==0.26.0 diff --git a/frameworks/Python/bareasgi/requirements.txt b/frameworks/Python/bareasgi/requirements.txt index fb7559bc..6c105c1e 100644 --- a/frameworks/Python/bareasgi/requirements.txt +++ b/frameworks/Python/bareasgi/requirements.txt @@ -2,15 +2,15 @@ asyncpg==0.26.0 bareasgi==4.3.0 bareasgi-jinja2==4.0.1 bareutils==4.0.2 -h11==0.14.0 -h2==4.1.0 +h11==0.16.0 +h2==4.3.0 hpack==4.0.0 hypercorn==0.14.3 hyperframe==6.0.1 jetblack-asgi-typing==0.4.0 -Jinja2==3.1.4 +Jinja2==3.1.6 MarkupSafe==2.1.1 -orjson==3.8.0 +orjson==3.9.15 priority==2.0.0 toml==0.10.2 uvloop==0.17.0 diff --git a/frameworks/Python/blacksheep/requirements-gunicorn.txt b/frameworks/Python/blacksheep/requirements-gunicorn.txt index 5389b4df..4afe40e7 100644 --- a/frameworks/Python/blacksheep/requirements-gunicorn.txt +++ b/frameworks/Python/blacksheep/requirements-gunicorn.txt @@ -1 +1 @@ -gunicorn==22.0.0 +gunicorn==23.0.0 diff --git a/frameworks/Python/blacksheep/requirements.txt b/frameworks/Python/blacksheep/requirements.txt index a93cbff6..3b1c32ff 100644 --- a/frameworks/Python/blacksheep/requirements.txt +++ b/frameworks/Python/blacksheep/requirements.txt @@ -1,4 +1,4 @@ asyncpg==0.27.0 -Jinja2==3.1.4 +Jinja2==3.1.6 blacksheep==1.2.13 -ujson==5.7.0 +ujson==5.11.0 diff --git a/frameworks/Python/bottle/requirements-pypy.txt b/frameworks/Python/bottle/requirements-pypy.txt index 7cfbf108..37136629 100644 --- a/frameworks/Python/bottle/requirements-pypy.txt +++ b/frameworks/Python/bottle/requirements-pypy.txt @@ -1,6 +1,6 @@ -bottle==0.12.19 +bottle==0.12.20 bottle-sqlalchemy==0.4.3 -gunicorn==19.9.0 -PyMySQL==0.8.0 +gunicorn==22.0.0 +PyMySQL==1.1.1 SQLAlchemy==1.3.0 -tornado==6.4.2 +tornado==6.5 diff --git a/frameworks/Python/bottle/requirements.txt b/frameworks/Python/bottle/requirements.txt index 7f6135db..f545c643 100644 --- a/frameworks/Python/bottle/requirements.txt +++ b/frameworks/Python/bottle/requirements.txt @@ -1,9 +1,9 @@ -bottle==0.12.25 +bottle==0.12.20 bottle-sqlalchemy==0.4.3 greenlet==0.4.17 -gunicorn==19.9.0 +gunicorn==22.0.0 meinheld==1.0.2 mysqlclient==1.3.12 SQLAlchemy==1.3.0 -ujson==1.35 +ujson==5.4.0 uWSGI==2.0.22 diff --git a/frameworks/Python/crax/requirements.txt b/frameworks/Python/crax/requirements.txt index 714d2fb4..a85695a3 100644 --- a/frameworks/Python/crax/requirements.txt +++ b/frameworks/Python/crax/requirements.txt @@ -1,5 +1,5 @@ crax[postgresql]==0.1.5 -gunicorn==20.1.0 +gunicorn==22.0.0 uvloop==0.17.0 uvicorn==0.20.0 httptools==0.5.0 diff --git a/frameworks/Python/django/requirements-gunicorn.txt b/frameworks/Python/django/requirements-gunicorn.txt index 4dae00db..99bfb3cd 100644 --- a/frameworks/Python/django/requirements-gunicorn.txt +++ b/frameworks/Python/django/requirements-gunicorn.txt @@ -1,4 +1,4 @@ -r requirements.txt greenlet==0.4.17 -gunicorn==20.1.0 +gunicorn==22.0.0 meinheld==1.0.2 diff --git a/frameworks/Python/django/requirements.txt b/frameworks/Python/django/requirements.txt index d5f982d5..5d90d93a 100644 --- a/frameworks/Python/django/requirements.txt +++ b/frameworks/Python/django/requirements.txt @@ -3,4 +3,4 @@ mysqlclient==1.4.6 psycopg2==2.9.6; implementation_name=='cpython' psycopg2cffi==2.9.0; implementation_name=='pypy' pytz==2020.4 -ujson==5.4.0 +ujson==5.11.0 diff --git a/frameworks/Python/eve/requirements.txt b/frameworks/Python/eve/requirements.txt index f054d6ba..273b0346 100644 --- a/frameworks/Python/eve/requirements.txt +++ b/frameworks/Python/eve/requirements.txt @@ -1,8 +1,8 @@ click==6.7 -Flask==1.0 +Flask==2.2.5 greenlet==0.4.14 -gunicorn==19.9.0 +gunicorn==22.0.0 itsdangerous==0.24 meinheld==1.0.2 uWSGI==2.0.22 -Werkzeug==0.15.5 +Werkzeug==3.0.6 diff --git a/frameworks/Python/falcon/requirements-db-tortoise.txt b/frameworks/Python/falcon/requirements-db-tortoise.txt index 4a878f65..69bb077a 100644 --- a/frameworks/Python/falcon/requirements-db-tortoise.txt +++ b/frameworks/Python/falcon/requirements-db-tortoise.txt @@ -1,3 +1,3 @@ asyncpg==0.27.0 -orjson==3.8.10 +orjson==3.9.15 tortoise-orm==0.19.3 diff --git a/frameworks/Python/falcon/requirements-meinheld.txt b/frameworks/Python/falcon/requirements-meinheld.txt index ab4da943..6af3d3cf 100644 --- a/frameworks/Python/falcon/requirements-meinheld.txt +++ b/frameworks/Python/falcon/requirements-meinheld.txt @@ -1,2 +1,2 @@ -gunicorn==20.1.0 +gunicorn==22.0.0 meinheld==1.0.2 diff --git a/frameworks/Python/falcon/requirements-pypy.txt b/frameworks/Python/falcon/requirements-pypy.txt index 9d41f264..5389b4df 100644 --- a/frameworks/Python/falcon/requirements-pypy.txt +++ b/frameworks/Python/falcon/requirements-pypy.txt @@ -1 +1 @@ -gunicorn==20.1.0 +gunicorn==22.0.0 diff --git a/frameworks/Python/falcon/requirements-uvicorn.txt b/frameworks/Python/falcon/requirements-uvicorn.txt index 23016ffc..febd8378 100644 --- a/frameworks/Python/falcon/requirements-uvicorn.txt +++ b/frameworks/Python/falcon/requirements-uvicorn.txt @@ -1,4 +1,4 @@ -gunicorn==20.1.0 +gunicorn==22.0.0 httptools==0.5.0 uvloop==0.17.0 uvicorn==0.21.1 diff --git a/frameworks/Python/falcon/requirements-waitress.txt b/frameworks/Python/falcon/requirements-waitress.txt index 23e8231d..c2e43b9a 100644 --- a/frameworks/Python/falcon/requirements-waitress.txt +++ b/frameworks/Python/falcon/requirements-waitress.txt @@ -1 +1 @@ -waitress==2.1.2 +waitress==3.0.1 diff --git a/frameworks/Python/falcon/requirements.txt b/frameworks/Python/falcon/requirements.txt index c5da9901..97f6b139 100644 --- a/frameworks/Python/falcon/requirements.txt +++ b/frameworks/Python/falcon/requirements.txt @@ -1,2 +1,2 @@ falcon==3.1.1 -jinja2==3.1.4 +jinja2==3.1.6 diff --git a/frameworks/Python/fastapi/requirements-gunicorn.txt b/frameworks/Python/fastapi/requirements-gunicorn.txt index 9d41f264..5389b4df 100644 --- a/frameworks/Python/fastapi/requirements-gunicorn.txt +++ b/frameworks/Python/fastapi/requirements-gunicorn.txt @@ -1 +1 @@ -gunicorn==20.1.0 +gunicorn==22.0.0 diff --git a/frameworks/Python/fastapi/requirements-orjson.txt b/frameworks/Python/fastapi/requirements-orjson.txt index 93befc16..41704b24 100644 --- a/frameworks/Python/fastapi/requirements-orjson.txt +++ b/frameworks/Python/fastapi/requirements-orjson.txt @@ -1 +1 @@ -orjson==3.8.7 +orjson==3.9.15 diff --git a/frameworks/Python/fastapi/requirements-socketify.txt b/frameworks/Python/fastapi/requirements-socketify.txt index 5f4e0c71..bd3d7ab9 100644 --- a/frameworks/Python/fastapi/requirements-socketify.txt +++ b/frameworks/Python/fastapi/requirements-socketify.txt @@ -1,3 +1,3 @@ -orjson==3.8.7 +orjson==3.9.15 fastapi==0.109.1 git+https://github.com/cirospaciari/socketify.py.git@main#socketify \ No newline at end of file diff --git a/frameworks/Python/fastapi/requirements.txt b/frameworks/Python/fastapi/requirements.txt index 478fdc10..875c2e74 100644 --- a/frameworks/Python/fastapi/requirements.txt +++ b/frameworks/Python/fastapi/requirements.txt @@ -1,4 +1,4 @@ asyncpg==0.27.0 fastapi==0.109.1 -Jinja2==3.1.4 -ujson==5.7.0 +Jinja2==3.1.6 +ujson==5.11.0 diff --git a/frameworks/Python/fastwsgi/requirements.txt b/frameworks/Python/fastwsgi/requirements.txt index 6ffecb78..e8db9057 100644 --- a/frameworks/Python/fastwsgi/requirements.txt +++ b/frameworks/Python/fastwsgi/requirements.txt @@ -1,8 +1,8 @@ click==8.0.1 -ujson==5.7.0 +ujson==5.11.0 #fastwsgi==0.0.9 git+https://github.com/jamesroberts/fastwsgi.git@5572bb31b859d690be225707b9e7e25af397544b asyncpg==0.27.0 -Jinja2==3.1.4 +Jinja2==3.1.6 cachetools==5.3.0 asyncache==0.3.1