From 3d6a83b01d3780da95d360ebba8f5c1f2c64b963 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 11:20:57 +0100 Subject: [PATCH 1/2] Bump pillow from 9.0.1 to 9.3.0 (#57) Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.1 to 9.3.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/9.0.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 950c05d..e39b783 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ email_validator==1.1.3 Flask==2.0.2 Flask_SocketIO==5.1.1 -Pillow==9.0.1 +Pillow==9.3.0 Werkzeug==2.0.2 bcrypt==3.2.0 pytest==6.2.5 From 32b8c60dc0c4d6a286186ffee77cfa9edbc5b79d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 11:21:11 +0100 Subject: [PATCH 2/2] Bump flask from 2.0.2 to 2.3.2 (#59) Bumps [flask](https://github.com/pallets/flask) from 2.0.2 to 2.3.2. - [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/2.0.2...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e39b783..478fbf6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ email_validator==1.1.3 -Flask==2.0.2 +Flask==2.3.2 Flask_SocketIO==5.1.1 Pillow==9.3.0 Werkzeug==2.0.2