From affd2a0f0ef8ff024b09b1d070dd56d606ab8e37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 02:08:17 +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 | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2019.3.9` | `2023.7.22` | | [flask](https://github.com/pallets/flask) | `1.0.2` | `2.2.5` | | [idna](https://github.com/kjd/idna) | `2.8` | `3.7` | | [jinja2](https://github.com/pallets/jinja) | `2.11.3` | `3.1.4` | | [requests](https://github.com/psf/requests) | `2.21.0` | `2.32.2` | | [urllib3](https://github.com/urllib3/urllib3) | `1.26.5` | `1.26.19` | | [werkzeug](https://github.com/pallets/werkzeug) | `0.15.3` | `3.0.3` | Updates `certifi` from 2019.3.9 to 2023.7.22 - [Commits](https://github.com/certifi/python-certifi/compare/2019.03.09...2023.07.22) Updates `flask` from 1.0.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.0.2...2.2.5) Updates `idna` from 2.8 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/v2.8...v3.7) Updates `jinja2` from 2.11.3 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.3...3.1.4) Updates `requests` from 2.21.0 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.21.0...v2.32.2) Updates `urllib3` from 1.26.5 to 1.26.19 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.5...1.26.19) Updates `werkzeug` from 0.15.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/0.15.3...3.0.3) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production dependency-group: pip - dependency-name: flask 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 ... Signed-off-by: dependabot[bot] --- requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2236988..9ecaf9e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,21 +5,21 @@ # pip-compile -U requirements.txt # blinker==1.4 -certifi==2019.3.9 # via requests +certifi==2023.7.22 # via requests chardet==3.0.4 # via requests click==7.0 coverage==4.5.3 docopt==0.6.2 flask-script==2.0.6 flask-testing==0.7.1 -flask==1.0.2 +flask==2.2.5 geoip2==2.9.0 -idna==2.8 # via requests +idna==3.7 # via requests itsdangerous==1.1.0 -jinja2==2.11.3 +jinja2==3.1.4 kdtree==0.16 markupsafe==1.1.1 maxminddb==1.4.1 -requests==2.21.0 -urllib3==1.26.5 # via requests -werkzeug==0.15.3 +requests==2.32.2 +urllib3==1.26.19 # via requests +werkzeug==3.0.3