From 9101d71579383bda7e9c72945932cc2b2d6258c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 02:08:15 +0000 Subject: [PATCH] Bump the pip group across 4 directories with 9 updates Bumps the pip group with 1 update in the /examples/server/aiohttp directory: [aiohttp](https://github.com/aio-libs/aiohttp). Bumps the pip group with 1 update in the /examples/server/tornado directory: [tornado](https://github.com/tornadoweb/tornado). Bumps the pip group with 7 updates in the /examples/server/wsgi directory: | Package | From | To | | --- | --- | --- | | [eventlet](https://github.com/eventlet/eventlet) | `0.20.1` | `0.35.2` | | [flask](https://github.com/pallets/flask) | `1.0.2` | `2.2.5` | | [jinja2](https://github.com/pallets/jinja) | `2.11.3` | `3.1.3` | | [werkzeug](https://github.com/pallets/werkzeug) | `2.2.3` | `2.3.8` | | [django](https://github.com/django/django) | `4.2.1` | `4.2.11` | | [gunicorn](https://github.com/benoitc/gunicorn) | `20.1.0` | `22.0.0` | | [sqlparse](https://github.com/andialbrecht/sqlparse) | `0.4.4` | `0.5.0` | Bumps the pip group with 3 updates in the /examples/server/wsgi/django_socketio directory: [django](https://github.com/django/django), [gunicorn](https://github.com/benoitc/gunicorn) and [sqlparse](https://github.com/andialbrecht/sqlparse). Updates `aiohttp` from 3.7.4 to 3.9.2 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.7.4...v3.9.2) Updates `tornado` from 6.3.2 to 6.3.3 - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.3.2...v6.3.3) Updates `eventlet` from 0.20.1 to 0.35.2 - [Changelog](https://github.com/eventlet/eventlet/blob/master/NEWS) - [Commits](https://github.com/eventlet/eventlet/compare/v0.20.1...v0.35.2) Updates `flask` from 1.0.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.0.2...2.2.5) Updates `jinja2` from 2.11.3 to 3.1.3 - [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.11.3...3.1.3) Updates `werkzeug` from 2.2.3 to 2.3.8 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/2.2.3...2.3.8) Updates `django` from 4.2.1 to 4.2.11 - [Commits](https://github.com/django/django/compare/4.2.1...4.2.11) Updates `gunicorn` from 20.1.0 to 22.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.1.0...22.0.0) Updates `sqlparse` from 0.4.4 to 0.5.0 - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.4...0.5.0) Updates `django` from 4.2.1 to 4.2.11 - [Commits](https://github.com/django/django/compare/4.2.1...4.2.11) Updates `gunicorn` from 20.1.0 to 22.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.1.0...22.0.0) Updates `sqlparse` from 0.4.4 to 0.5.0 - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.4...0.5.0) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production dependency-group: pip - dependency-name: tornado dependency-type: direct:production dependency-group: pip - dependency-name: eventlet dependency-type: direct:production dependency-group: pip - dependency-name: flask dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-type: direct:production dependency-group: pip - dependency-name: werkzeug dependency-type: direct:production dependency-group: pip - dependency-name: django dependency-type: direct:production dependency-group: pip - dependency-name: gunicorn dependency-type: direct:production dependency-group: pip - dependency-name: sqlparse dependency-type: direct:production dependency-group: pip - dependency-name: django dependency-type: direct:production dependency-group: pip - dependency-name: gunicorn dependency-type: direct:production dependency-group: pip - dependency-name: sqlparse dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- examples/server/aiohttp/requirements.txt | 2 +- examples/server/tornado/requirements.txt | 2 +- examples/server/wsgi/django_socketio/requirements.txt | 6 +++--- examples/server/wsgi/requirements.txt | 8 ++++---- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/examples/server/aiohttp/requirements.txt b/examples/server/aiohttp/requirements.txt index ffb66771..3b4b6919 100644 --- a/examples/server/aiohttp/requirements.txt +++ b/examples/server/aiohttp/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.7.4 +aiohttp==3.9.2 async-timeout==1.1.0 chardet==2.3.0 multidict==2.1.4 diff --git a/examples/server/tornado/requirements.txt b/examples/server/tornado/requirements.txt index ac27ff4d..1a7ff9d7 100644 --- a/examples/server/tornado/requirements.txt +++ b/examples/server/tornado/requirements.txt @@ -1,4 +1,4 @@ -tornado==6.3.2 +tornado==6.3.3 python-engineio python_socketio six==1.10.0 diff --git a/examples/server/wsgi/django_socketio/requirements.txt b/examples/server/wsgi/django_socketio/requirements.txt index e58991b7..13db503e 100644 --- a/examples/server/wsgi/django_socketio/requirements.txt +++ b/examples/server/wsgi/django_socketio/requirements.txt @@ -1,11 +1,11 @@ asgiref==3.6.0 backports.zoneinfo==0.2.1 bidict==0.22.1 -Django==4.2.1 -gunicorn==20.1.0 +Django==4.2.11 +gunicorn==22.0.0 h11==0.14.0 python-engineio==4.4.1 python-socketio==5.8.0 simple-websocket==0.10.0 -sqlparse==0.4.4 +sqlparse==0.5.0 wsproto==1.2.0 diff --git a/examples/server/wsgi/requirements.txt b/examples/server/wsgi/requirements.txt index fcef9fa5..15d5b99f 100644 --- a/examples/server/wsgi/requirements.txt +++ b/examples/server/wsgi/requirements.txt @@ -1,15 +1,15 @@ Click==7.0 enum-compat==0.0.2 enum34==1.1.6 -eventlet==0.20.1 -Flask==1.0.2 +eventlet==0.35.2 +Flask==2.2.5 greenlet==0.4.12 itsdangerous==1.1.0 -Jinja2==2.11.3 +Jinja2==3.1.3 MarkupSafe==1.1.0 packaging==16.8 pyparsing==2.1.10 python-engineio python-socketio six==1.11.0 -Werkzeug==2.2.3 +Werkzeug==2.3.8