From c57f5b61177562b2e26568c193ef231dd3953d6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 21:47:37 +0000 Subject: [PATCH] Bump the pip group across 4 directories with 7 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 5 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` | Bumps the pip group with 1 update in the /examples/server/wsgi/django_socketio directory: [django](https://github.com/django/django). 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 `django` from 4.2.1 to 4.2.11 - [Commits](https://github.com/django/django/compare/4.2.1...4.2.11) --- 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: django 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 | 2 +- examples/server/wsgi/requirements.txt | 8 ++++---- 4 files changed, 7 insertions(+), 7 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..6c815adf 100644 --- a/examples/server/wsgi/django_socketio/requirements.txt +++ b/examples/server/wsgi/django_socketio/requirements.txt @@ -1,7 +1,7 @@ asgiref==3.6.0 backports.zoneinfo==0.2.1 bidict==0.22.1 -Django==4.2.1 +Django==4.2.11 gunicorn==20.1.0 h11==0.14.0 python-engineio==4.4.1 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