From 537f6ab8d5d51232b78bd48551ed41d01c5f6494 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 11:54:55 +0000 Subject: [PATCH] build(deps): bump the pip group across 6 directories with 2 updates Bumps the pip group with 2 updates in the /examples/html-and-python/server directory: [flask](https://github.com/pallets/flask) and [flask-cors](https://github.com/corydolphin/flask-cors). Bumps the pip group with 2 updates in the /examples/react-and-python/server directory: [flask](https://github.com/pallets/flask) and [flask-cors](https://github.com/corydolphin/flask-cors). Bumps the pip group with 2 updates in the /examples/vanillajs-and-python/server directory: [flask](https://github.com/pallets/flask) and [flask-cors](https://github.com/corydolphin/flask-cors). Bumps the pip group with 2 updates in the /server/python directory: [flask](https://github.com/pallets/flask) and [flask-cors](https://github.com/corydolphin/flask-cors). Bumps the pip group with 2 updates in the /server/python-with-html directory: [flask](https://github.com/pallets/flask) and [flask-cors](https://github.com/corydolphin/flask-cors). Bumps the pip group with 1 update in the /webhook-server/python directory: [flask](https://github.com/pallets/flask). Updates `flask` from 2.0.1 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/2.0.1...2.2.5) Updates `flask-cors` from 3.0.10 to 4.0.1 - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md) - [Commits](https://github.com/corydolphin/flask-cors/compare/3.0.10...4.0.1) Updates `flask` from 2.0.1 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/2.0.1...2.2.5) Updates `flask-cors` from 3.0.10 to 4.0.1 - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md) - [Commits](https://github.com/corydolphin/flask-cors/compare/3.0.10...4.0.1) Updates `flask` from 2.0.1 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/2.0.1...2.2.5) Updates `flask-cors` from 3.0.10 to 4.0.1 - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md) - [Commits](https://github.com/corydolphin/flask-cors/compare/3.0.10...4.0.1) Updates `flask` from 2.0.1 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/2.0.1...2.2.5) Updates `flask-cors` from 3.0.10 to 4.0.1 - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md) - [Commits](https://github.com/corydolphin/flask-cors/compare/3.0.10...4.0.1) Updates `flask` from 2.0.1 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/2.0.1...2.2.5) Updates `flask-cors` from 3.0.10 to 4.0.1 - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md) - [Commits](https://github.com/corydolphin/flask-cors/compare/3.0.10...4.0.1) Updates `flask` from 2.0.1 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/2.0.1...2.2.5) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production dependency-group: pip - dependency-name: flask-cors dependency-type: direct:production dependency-group: pip - dependency-name: flask dependency-type: direct:production dependency-group: pip - dependency-name: flask-cors dependency-type: direct:production dependency-group: pip - dependency-name: flask dependency-type: direct:production dependency-group: pip - dependency-name: flask-cors dependency-type: direct:production dependency-group: pip - dependency-name: flask dependency-type: direct:production dependency-group: pip - dependency-name: flask-cors dependency-type: direct:production dependency-group: pip - dependency-name: flask dependency-type: direct:production dependency-group: pip - dependency-name: flask-cors dependency-type: direct:production dependency-group: pip - dependency-name: flask dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- examples/html-and-python/server/requirements.txt | 4 ++-- examples/react-and-python/server/requirements.txt | 4 ++-- examples/vanillajs-and-python/server/requirements.txt | 4 ++-- server/python-with-html/requirements.txt | 4 ++-- server/python/requirements.txt | 4 ++-- webhook-server/python/requirements.txt | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/examples/html-and-python/server/requirements.txt b/examples/html-and-python/server/requirements.txt index 9f1814f..1036c4b 100644 --- a/examples/html-and-python/server/requirements.txt +++ b/examples/html-and-python/server/requirements.txt @@ -1,3 +1,3 @@ -Flask==2.0.1 -Flask-Cors==3.0.10 +Flask==2.2.5 +Flask-Cors==4.0.1 smartpay==0.5.0 \ No newline at end of file diff --git a/examples/react-and-python/server/requirements.txt b/examples/react-and-python/server/requirements.txt index 9f1814f..1036c4b 100644 --- a/examples/react-and-python/server/requirements.txt +++ b/examples/react-and-python/server/requirements.txt @@ -1,3 +1,3 @@ -Flask==2.0.1 -Flask-Cors==3.0.10 +Flask==2.2.5 +Flask-Cors==4.0.1 smartpay==0.5.0 \ No newline at end of file diff --git a/examples/vanillajs-and-python/server/requirements.txt b/examples/vanillajs-and-python/server/requirements.txt index 9f1814f..1036c4b 100644 --- a/examples/vanillajs-and-python/server/requirements.txt +++ b/examples/vanillajs-and-python/server/requirements.txt @@ -1,3 +1,3 @@ -Flask==2.0.1 -Flask-Cors==3.0.10 +Flask==2.2.5 +Flask-Cors==4.0.1 smartpay==0.5.0 \ No newline at end of file diff --git a/server/python-with-html/requirements.txt b/server/python-with-html/requirements.txt index 9f1814f..1036c4b 100644 --- a/server/python-with-html/requirements.txt +++ b/server/python-with-html/requirements.txt @@ -1,3 +1,3 @@ -Flask==2.0.1 -Flask-Cors==3.0.10 +Flask==2.2.5 +Flask-Cors==4.0.1 smartpay==0.5.0 \ No newline at end of file diff --git a/server/python/requirements.txt b/server/python/requirements.txt index 9f1814f..1036c4b 100644 --- a/server/python/requirements.txt +++ b/server/python/requirements.txt @@ -1,3 +1,3 @@ -Flask==2.0.1 -Flask-Cors==3.0.10 +Flask==2.2.5 +Flask-Cors==4.0.1 smartpay==0.5.0 \ No newline at end of file diff --git a/webhook-server/python/requirements.txt b/webhook-server/python/requirements.txt index 52d81d2..98d4f59 100644 --- a/webhook-server/python/requirements.txt +++ b/webhook-server/python/requirements.txt @@ -1,2 +1,2 @@ -Flask==2.0.1 +Flask==2.2.5 pybase62==0.4.3