From e017f3655e6e9260b72d5868c8098ba3c60603f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 15:22:59 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 7 updates Bumps the pip group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.8.5` | `3.9.4` | | [dnspython](https://github.com/rthalley/dnspython) | `2.4.2` | `2.6.1` | | [gunicorn](https://github.com/benoitc/gunicorn) | `21.2.0` | `22.0.0` | | [idna](https://github.com/kjd/idna) | `3.4` | `3.7` | | [jinja2](https://github.com/pallets/jinja) | `3.1.2` | `3.1.3` | | [urllib3](https://github.com/urllib3/urllib3) | `2.0.5` | `2.0.7` | | [werkzeug](https://github.com/pallets/werkzeug) | `2.3.7` | `2.3.8` | Updates `aiohttp` from 3.8.5 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/v3.8.5...v3.9.4) Updates `dnspython` from 2.4.2 to 2.6.1 - [Release notes](https://github.com/rthalley/dnspython/releases) - [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst) - [Commits](https://github.com/rthalley/dnspython/compare/v2.4.2...v2.6.1) Updates `gunicorn` from 21.2.0 to 22.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...22.0.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.3 - [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.3) Updates `urllib3` from 2.0.5 to 2.0.7 - [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/v2.0.5...2.0.7) Updates `werkzeug` from 2.3.7 to 2.3.8 - [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.3.7...2.3.8) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production dependency-group: pip - dependency-name: dnspython dependency-type: direct:production dependency-group: pip - dependency-name: gunicorn 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: urllib3 dependency-type: direct:production dependency-group: pip - dependency-name: werkzeug dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 ++-- requirements.txt | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b975b79..21619e3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -12,7 +12,7 @@ charset-normalizer==3.2.0 # via requests httmock==1.4.0 # via -r pip-tools/requirements-dev.in -idna==3.4 +idna==3.7 # via requests mock==5.1.0 # via -r pip-tools/requirements-dev.in @@ -24,5 +24,5 @@ requests-mock==1.11.0 # via -r pip-tools/requirements-dev.in six==1.16.0 # via requests-mock -urllib3==2.0.5 +urllib3==2.0.7 # via requests diff --git a/requirements.txt b/requirements.txt index 9f2e64f..5463bfc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # ./dev update-requirements # -aiohttp==3.8.5 +aiohttp==3.9.4 # via cloudfoundry-client aiosignal==1.3.1 # via aiohttp @@ -24,7 +24,7 @@ click==8.1.7 # via flask cloudfoundry-client==1.35.2 # via -r pip-tools/requirements.in -dnspython==2.4.2 +dnspython==2.6.1 # via email-validator email-validator==2.0.0.post2 # via -r pip-tools/requirements.in @@ -34,9 +34,9 @@ frozenlist==1.4.0 # via # aiohttp # aiosignal -gunicorn==21.2.0 +gunicorn==22.0.0 # via -r pip-tools/requirements.in -idna==3.4 +idna==3.7 # via # email-validator # requests @@ -45,7 +45,7 @@ itsdangerous==2.0.1 # via # -r pip-tools/requirements.in # flask -jinja2==3.1.2 +jinja2==3.1.3 # via flask markupsafe==2.1.3 # via @@ -81,11 +81,11 @@ talisman==0.1.0 # via -r pip-tools/requirements.in typing-extensions==4.8.0 # via sqlalchemy -urllib3==2.0.5 +urllib3==2.0.7 # via requests websocket-client==1.6.3 # via cloudfoundry-client -werkzeug==2.3.7 +werkzeug==2.3.8 # via flask yarl==1.9.2 # via aiohttp