From 001215c6547c9a0396e7c0fae7be6729278aac95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 00:34:02 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 11 updates Bumps the pip group with 11 updates in the /authn-service directory: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2020.6.20` | `2024.7.4` | | [cryptography](https://github.com/pyca/cryptography) | `2.6.1` | `44.0.1` | | [flask](https://github.com/pallets/flask) | `1.1.2` | `2.2.5` | | [flask-cors](https://github.com/corydolphin/flask-cors) | `3.0.8` | `4.0.2` | | [idna](https://github.com/kjd/idna) | `2.10` | `3.7` | | [jinja2](https://github.com/pallets/jinja) | `2.11.2` | `3.1.6` | | [pyjwt](https://github.com/jpadilla/pyjwt) | `1.7.1` | `2.4.0` | | [pyxdg](https://github.com/takluyver/pyxdg) | `0.25` | `0.26` | | [requests](https://github.com/psf/requests) | `2.24.0` | `2.32.2` | | [urllib3](https://github.com/urllib3/urllib3) | `1.25.11` | `1.26.19` | | [werkzeug](https://github.com/pallets/werkzeug) | `1.0.1` | `3.0.6` | Updates `certifi` from 2020.6.20 to 2024.7.4 - [Commits](https://github.com/certifi/python-certifi/compare/2020.06.20...2024.07.04) Updates `cryptography` from 2.6.1 to 44.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/2.6.1...44.0.1) 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.8 to 4.0.2 - [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.8...4.0.2) Updates `idna` from 2.10 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.10...v3.7) Updates `jinja2` from 2.11.2 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.11.2...3.1.6) Updates `pyjwt` from 1.7.1 to 2.4.0 - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/1.7.1...2.4.0) Updates `pyxdg` from 0.25 to 0.26 - [Changelog](https://github.com/takluyver/pyxdg/blob/master/ChangeLog) - [Commits](https://github.com/takluyver/pyxdg/compare/rel-0.25...rel-0.26) Updates `requests` from 2.24.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.24.0...v2.32.2) Updates `urllib3` from 1.25.11 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.25.11...1.26.19) Updates `werkzeug` from 1.0.1 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/1.0.1...3.0.6) --- updated-dependencies: - dependency-name: certifi dependency-version: 2024.7.4 dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-version: 44.0.1 dependency-type: direct:production dependency-group: pip - dependency-name: flask dependency-version: 2.2.5 dependency-type: direct:production dependency-group: pip - dependency-name: flask-cors dependency-version: 4.0.2 dependency-type: direct:production dependency-group: pip - dependency-name: idna dependency-version: '3.7' dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production dependency-group: pip - dependency-name: pyjwt dependency-version: 2.4.0 dependency-type: direct:production dependency-group: pip - dependency-name: pyxdg dependency-version: '0.26' dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.32.2 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 1.26.19 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] --- authn-service/requirements.txt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/authn-service/requirements.txt b/authn-service/requirements.txt index 96f4ca28..cbb9639c 100644 --- a/authn-service/requirements.txt +++ b/authn-service/requirements.txt @@ -1,25 +1,25 @@ asn1crypto==0.24.0 -certifi==2020.6.20 +certifi==2024.7.4 chardet==3.0.4 click==7.1.2 -cryptography==2.6.1 +cryptography==44.0.1 entrypoints==0.3 -Flask==1.1.2 -Flask-Cors==3.0.8 -idna==2.10 +Flask==2.2.5 +Flask-Cors==4.0.2 +idna==3.7 django-two-factor-auth==1.12 itsdangerous==1.1.0 -Jinja2==2.11.2 +Jinja2==3.1.6 keyring==17.1.1 keyrings.alt==3.1.1 MarkupSafe==1.1.1 pycrypto==2.6.1 PyGObject==3.30.4 -PyJWT==1.7.1 +PyJWT==2.4.0 python-dotenv==0.15.0 -pyxdg==0.25 -requests==2.24.0 +pyxdg==0.26 +requests==2.32.2 SecretStorage==2.3.1 six==1.12.0 -urllib3==1.25.11 -Werkzeug==1.0.1 +urllib3==1.26.19 +Werkzeug==3.0.6