From 7508de2dfe03847a7121e573941cc845aec0c421 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 19:43:36 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 8 updates Bumps the pip group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [ecdsa](https://github.com/tlsfuzzer/python-ecdsa) | `0.13` | `0.19.0` | | [flask](https://github.com/pallets/flask) | `0.11.1` | `2.2.5` | | [future](https://github.com/PythonCharmers/python-future) | `0.15.2` | `0.18.3` | | [jinja2](https://github.com/pallets/jinja) | `2.8` | `3.1.6` | | [python-jose](https://github.com/mpdavis/python-jose) | `1.2.0` | `3.4.0` | | [pyyaml](https://github.com/yaml/pyyaml) | `3.12` | `5.4.1` | | [requests](https://github.com/psf/requests) | `2.10.0` | `2.32.4` | | [werkzeug](https://github.com/pallets/werkzeug) | `0.11.10` | `3.0.6` | Updates `ecdsa` from 0.13 to 0.19.0 - [Release notes](https://github.com/tlsfuzzer/python-ecdsa/releases) - [Changelog](https://github.com/tlsfuzzer/python-ecdsa/blob/master/NEWS) - [Commits](https://github.com/tlsfuzzer/python-ecdsa/compare/python-ecdsa-0.13...python-ecdsa-0.19.0) Updates `flask` from 0.11.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/0.11.1...2.2.5) Updates `future` from 0.15.2 to 0.18.3 - [Release notes](https://github.com/PythonCharmers/python-future/releases) - [Changelog](https://github.com/PythonCharmers/python-future/blob/master/docs/changelog.rst) - [Commits](https://github.com/PythonCharmers/python-future/compare/v0.15.2...v0.18.3) Updates `jinja2` from 2.8 to 3.1.6 - [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.8...3.1.6) Updates `python-jose` from 1.2.0 to 3.4.0 - [Release notes](https://github.com/mpdavis/python-jose/releases) - [Changelog](https://github.com/mpdavis/python-jose/blob/master/CHANGELOG.md) - [Commits](https://github.com/mpdavis/python-jose/compare/1.2.0...3.4.0) Updates `pyyaml` from 3.12 to 5.4.1 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/3.12...5.4.1) Updates `requests` from 2.10.0 to 2.32.4 - [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.10.0...v2.32.4) Updates `werkzeug` from 0.11.10 to 3.0.6 - [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.11.10...3.0.6) --- updated-dependencies: - dependency-name: ecdsa dependency-version: 0.19.0 dependency-type: direct:production dependency-group: pip - dependency-name: flask dependency-version: 2.2.5 dependency-type: direct:production dependency-group: pip - dependency-name: future dependency-version: 0.18.3 dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production dependency-group: pip - dependency-name: python-jose dependency-version: 3.4.0 dependency-type: direct:production dependency-group: pip - dependency-name: pyyaml dependency-version: 5.4.1 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip - dependency-name: werkzeug dependency-version: 3.0.6 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index ebbd1c9..70d54ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,18 +1,18 @@ click==6.6 -ecdsa==0.13 -Flask==0.11.1 -future==0.15.2 +ecdsa==0.19.0 +Flask==2.2.5 +future==0.18.3 itsdangerous==0.24 -Jinja2==2.8 +Jinja2==3.1.6 MarkupSafe==0.23 Naked==0.1.31 nexmo==2.0.0 ordereddict==1.1 pycrypto==2.6.1 -python-jose==1.2.0 -PyYAML==3.12 -requests==2.10.0 +python-jose==3.4.0 +PyYAML==5.4.1 +requests==2.32.4 shellescape==3.4.1 six==1.10.0 -Werkzeug==0.11.10 +Werkzeug==3.0.6 python-dotenv==0.7.1