From 3d5068769eb67318a58583f688f7ce85a5687f86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 22:12:14 +0000 Subject: [PATCH] Bump the pip group across 5 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/asgi directory: [websockets](https://github.com/python-websockets/websockets). Bumps the pip group with 3 updates in the /examples/server/sanic directory: [websockets](https://github.com/python-websockets/websockets), [sanic](https://github.com/sanic-org/sanic) and [ujson](https://github.com/ultrajson/ultrajson). Bumps the pip group with 1 update in the /examples/server/tornado directory: [tornado](https://github.com/tornadoweb/tornado). Bumps the pip group with 4 updates in the /examples/server/wsgi directory: [eventlet](https://github.com/eventlet/eventlet), [flask](https://github.com/pallets/flask), [jinja2](https://github.com/pallets/jinja) and [werkzeug](https://github.com/pallets/werkzeug). Updates `aiohttp` from 1.2.0 to 3.9.4 - [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/v1.2.0...v3.9.4) Updates `websockets` from 7.0 to 9.1 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Changelog](https://github.com/python-websockets/websockets/blob/9.1/docs/changelog.rst) - [Commits](https://github.com/python-websockets/websockets/compare/7.0...9.1) Updates `websockets` from 10.1 to 12.0 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Changelog](https://github.com/python-websockets/websockets/blob/9.1/docs/changelog.rst) - [Commits](https://github.com/python-websockets/websockets/compare/7.0...9.1) Updates `sanic` from 21.12.0 to 21.12.2 - [Release notes](https://github.com/sanic-org/sanic/releases) - [Commits](https://github.com/sanic-org/sanic/compare/v21.12.0...v21.12.2) Updates `ujson` from 5.2.0 to 5.4.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](https://github.com/ultrajson/ultrajson/compare/5.2.0...5.4.0) Updates `tornado` from 5.1.1 to 6.4.1 - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v5.1.1...v6.4.1) 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.10.1 to 3.1.4 - [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.10.1...3.1.4) Updates `werkzeug` from 0.15.3 to 3.0.3 - [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/0.15.3...3.0.3) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production dependency-group: pip - dependency-name: websockets dependency-type: direct:production dependency-group: pip - dependency-name: websockets dependency-type: direct:production dependency-group: pip - dependency-name: sanic dependency-type: direct:production dependency-group: pip - dependency-name: ujson 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 ... Signed-off-by: dependabot[bot] --- examples/server/aiohttp/requirements.txt | 2 +- examples/server/asgi/requirements.txt | 2 +- examples/server/sanic/requirements.txt | 6 +++--- examples/server/tornado/requirements.txt | 2 +- examples/server/wsgi/requirements.txt | 8 ++++---- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/server/aiohttp/requirements.txt b/examples/server/aiohttp/requirements.txt index 48689934..7d6160ee 100644 --- a/examples/server/aiohttp/requirements.txt +++ b/examples/server/aiohttp/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==1.2.0 +aiohttp==3.9.4 async-timeout==1.1.0 chardet==2.3.0 multidict==2.1.4 diff --git a/examples/server/asgi/requirements.txt b/examples/server/asgi/requirements.txt index 242e087c..011e2909 100644 --- a/examples/server/asgi/requirements.txt +++ b/examples/server/asgi/requirements.txt @@ -5,4 +5,4 @@ python_engineio six==1.11.0 uvicorn==0.11.7 uvloop==0.12.2 -websockets==7.0 +websockets==9.1 diff --git a/examples/server/sanic/requirements.txt b/examples/server/sanic/requirements.txt index 4bfe5714..c198f8d6 100644 --- a/examples/server/sanic/requirements.txt +++ b/examples/server/sanic/requirements.txt @@ -1,8 +1,8 @@ aiofiles==0.8.0 httptools==0.3.0 multidict==5.2.0 -sanic==21.12.0 +sanic==21.12.2 sanic-routing==0.7.2 -ujson==5.2.0 +ujson==5.4.0 uvloop==0.16.0 -websockets==10.1 +websockets==12.0 diff --git a/examples/server/tornado/requirements.txt b/examples/server/tornado/requirements.txt index 43562ffb..d0e03fdf 100644 --- a/examples/server/tornado/requirements.txt +++ b/examples/server/tornado/requirements.txt @@ -1,3 +1,3 @@ -tornado==5.1.1 +tornado==6.4.1 python-engineio six==1.10.0 diff --git a/examples/server/wsgi/requirements.txt b/examples/server/wsgi/requirements.txt index 6cba99d0..9fd7a74e 100644 --- a/examples/server/wsgi/requirements.txt +++ b/examples/server/wsgi/requirements.txt @@ -2,14 +2,14 @@ appdirs==1.4.0 click==6.7 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==0.24 -Jinja2==2.10.1 +Jinja2==3.1.4 MarkupSafe==0.23 packaging==16.8 pyparsing==2.1.10 python-engineio six==1.10.0 -Werkzeug==0.15.3 +Werkzeug==3.0.3