From 571260bf0b8dba3440a2cb4a6ea6be7aee154433 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 17:41:11 +0000 Subject: [PATCH] Bump the pip group in /data_server with 9 updates Bumps the pip group in /data_server with 9 updates: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2020.6.20` | `2023.7.22` | | [flask](https://github.com/pallets/flask) | `1.1.2` | `2.2.5` | | [flask-cors](https://github.com/corydolphin/flask-cors) | `3.0.10` | `4.0.1` | | [gunicorn](https://github.com/benoitc/gunicorn) | `20.0.4` | `22.0.0` | | [jinja2](https://github.com/pallets/jinja) | `2.11.2` | `3.1.4` | | [requests](https://github.com/psf/requests) | `2.24.0` | `2.31.0` | | [rsa](https://github.com/sybrenstuvel/python-rsa) | `4.6` | `4.7` | | [urllib3](https://github.com/urllib3/urllib3) | `1.25.11` | `1.26.18` | | [werkzeug](https://github.com/pallets/werkzeug) | `1.0.1` | `3.0.3` | Updates `certifi` from 2020.6.20 to 2023.7.22 - [Commits](https://github.com/certifi/python-certifi/compare/2020.06.20...2023.07.22) Updates `flask` from 1.1.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.1.2...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 `gunicorn` from 20.0.4 to 22.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.0.4...22.0.0) Updates `jinja2` from 2.11.2 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.11.2...3.1.4) Updates `requests` from 2.24.0 to 2.31.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.24.0...v2.31.0) Updates `rsa` from 4.6 to 4.7 - [Changelog](https://github.com/sybrenstuvel/python-rsa/blob/main/CHANGELOG.md) - [Commits](https://github.com/sybrenstuvel/python-rsa/compare/version-4.6...version-4.7) Updates `urllib3` from 1.25.11 to 1.26.18 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.25.11...1.26.18) Updates `werkzeug` from 1.0.1 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/1.0.1...3.0.3) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect 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: gunicorn dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-type: indirect dependency-group: pip - dependency-name: requests dependency-type: indirect dependency-group: pip - dependency-name: rsa dependency-type: indirect dependency-group: pip - dependency-name: urllib3 dependency-type: indirect dependency-group: pip - dependency-name: werkzeug dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] --- data_server/requirements.txt | 37 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/data_server/requirements.txt b/data_server/requirements.txt index 95875ce456..d3ddd23d26 100644 --- a/data_server/requirements.txt +++ b/data_server/requirements.txt @@ -8,19 +8,19 @@ cachetools==4.2.4 # via # -r ../python/data_server/requirements.in # google-auth -certifi==2020.6.20 +certifi==2023.7.22 # via requests cffi==1.14.3 # via google-crc32c -chardet==3.0.4 +charset-normalizer==3.3.2 # via requests -click==7.1.2 +click==8.1.7 # via flask -flask==1.1.2 +flask==2.2.5 # via # -r requirements.in # flask-cors -flask-cors==3.0.10 +flask-cors==4.0.1 # via -r requirements.in google-api-core==2.19.0 # via @@ -43,16 +43,20 @@ google-resumable-media==2.7.0 # via google-cloud-storage googleapis-common-protos==1.63.0 # via google-api-core -gunicorn==20.0.4 +gunicorn==22.0.0 # via -r requirements.in idna==2.10 # via requests -itsdangerous==1.1.0 +itsdangerous==2.2.0 # via flask -jinja2==2.11.2 +jinja2==3.1.4 # via flask -markupsafe==1.1.1 - # via jinja2 +markupsafe==2.1.5 + # via + # jinja2 + # werkzeug +packaging==24.0 + # via gunicorn proto-plus==1.23.0 # via google-api-core protobuf==4.25.3 @@ -68,18 +72,13 @@ pyasn1-modules==0.2.8 # via google-auth pycparser==2.20 # via cffi -requests==2.24.0 +requests==2.31.0 # via # google-api-core # google-cloud-storage -rsa==4.6 +rsa==4.7 # via google-auth -six==1.15.0 - # via flask-cors -urllib3==1.25.11 +urllib3==1.26.18 # via requests -werkzeug==1.0.1 +werkzeug==3.0.3 # via flask - -# The following packages are considered to be unsafe in a requirements file: -# setuptools