From 29d6b35e24c7de2e04508e454707b20c7e0f2299 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 18:07:01 +0000 Subject: [PATCH] Bump the pip group in /FSL-Tools/locust-tasks with 10 updates Bumps the pip group in /FSL-Tools/locust-tasks with 10 updates: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2022.12.7` | `2024.7.4` | | [flask](https://github.com/pallets/flask) | `2.2.2` | `2.2.5` | | [flask-cors](https://github.com/corydolphin/flask-cors) | `3.0.10` | `4.0.1` | | [gevent](https://github.com/gevent/gevent) | `22.10.2` | `23.9.0` | | [idna](https://github.com/kjd/idna) | `3.4` | `3.7` | | [jinja2](https://github.com/pallets/jinja) | `3.1.2` | `3.1.4` | | [requests](https://github.com/psf/requests) | `2.28.2` | `2.32.2` | | [urllib3](https://github.com/urllib3/urllib3) | `1.26.14` | `1.26.19` | | [werkzeug](https://github.com/pallets/werkzeug) | `2.2.3` | `3.0.3` | | [zipp](https://github.com/jaraco/zipp) | `3.11.0` | `3.19.1` | Updates `certifi` from 2022.12.7 to 2024.7.4 - [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2024.07.04) Updates `flask` from 2.2.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/2.2.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 `gevent` from 22.10.2 to 23.9.0 - [Release notes](https://github.com/gevent/gevent/releases) - [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_pre.rst) - [Commits](https://github.com/gevent/gevent/compare/22.10.2...23.9.0) Updates `idna` from 3.4 to 3.7 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.4...v3.7) Updates `jinja2` from 3.1.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/3.1.2...3.1.4) Updates `requests` from 2.28.2 to 2.32.2 - [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.28.2...v2.32.2) Updates `urllib3` from 1.26.14 to 1.26.19 - [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.26.14...1.26.19) Updates `werkzeug` from 2.2.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/2.2.3...3.0.3) Updates `zipp` from 3.11.0 to 3.19.1 - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/zipp/compare/v3.11.0...v3.19.1) --- updated-dependencies: - dependency-name: certifi 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: gevent dependency-type: direct:production dependency-group: pip - dependency-name: idna dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip - dependency-name: werkzeug dependency-type: direct:production dependency-group: pip - dependency-name: zipp dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- FSL-Tools/locust-tasks/requirements.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/FSL-Tools/locust-tasks/requirements.txt b/FSL-Tools/locust-tasks/requirements.txt index 8aeaab9..4607397 100644 --- a/FSL-Tools/locust-tasks/requirements.txt +++ b/FSL-Tools/locust-tasks/requirements.txt @@ -1,29 +1,29 @@ Brotli==1.0.9 -certifi==2022.12.7 +certifi==2024.7.4 charset-normalizer==3.0.1 click==8.1.3 ConfigArgParse==1.5.3 -Flask==2.2.2 +Flask==2.2.5 Flask-BasicAuth==0.2.0 -Flask-Cors==3.0.10 -gevent==22.10.2 +Flask-Cors==4.0.1 +gevent==23.9.0 geventhttpclient==2.0.8 greenlet==2.0.1 -idna==3.4 +idna==3.7 importlib-metadata==6.0.0 itsdangerous==2.1.2 -Jinja2==3.1.2 +Jinja2==3.1.4 locust==2.14.2 MarkupSafe==2.1.2 msgpack==1.0.4 psutil==5.9.4 pyzmq==25.0.0 -requests==2.28.2 +requests==2.32.2 roundrobin==0.0.4 six==1.16.0 typing-extensions==4.4.0 -urllib3==1.26.14 -Werkzeug==2.2.3 -zipp==3.11.0 +urllib3==1.26.19 +Werkzeug==3.0.3 +zipp==3.19.1 zope.event==4.6 zope.interface==5.5.2