From 065a009d873b793952f31cb0e8b27e87da999af5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 16:57:04 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 10 updates Bumps the pip group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `21.6b0` | `24.3.0` | | [cryptography](https://github.com/pyca/cryptography) | `3.4.7` | `42.0.4` | | [dnspython](https://github.com/rthalley/dnspython) | `2.1.0` | `2.6.1` | | [flask](https://github.com/pallets/flask) | `2.0.1` | `2.2.5` | | [idna](https://github.com/kjd/idna) | `3.2` | `3.7` | | [jinja2](https://github.com/pallets/jinja) | `3.0.1` | `3.1.4` | | [mako](https://github.com/sqlalchemy/mako) | `1.1.4` | `1.2.2` | | [pyjwt](https://github.com/jpadilla/pyjwt) | `2.1.0` | `2.4.0` | | [starkbank-ecdsa](https://github.com/starkbank/ecdsa-python) | `1.1.1` | `2.0.1` | | [werkzeug](https://github.com/pallets/werkzeug) | `2.0.1` | `3.0.3` | Updates `black` from 21.6b0 to 24.3.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/commits/24.3.0) Updates `cryptography` from 3.4.7 to 42.0.4 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.4.7...42.0.4) Updates `dnspython` from 2.1.0 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.1.0...v2.6.1) Updates `flask` from 2.0.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/2.0.1...2.2.5) Updates `idna` from 3.2 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.2...v3.7) Updates `jinja2` from 3.0.1 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.0.1...3.1.4) Updates `mako` from 1.1.4 to 1.2.2 - [Release notes](https://github.com/sqlalchemy/mako/releases) - [Changelog](https://github.com/sqlalchemy/mako/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/mako/commits) Updates `pyjwt` from 2.1.0 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/2.1.0...2.4.0) Updates `starkbank-ecdsa` from 1.1.1 to 2.0.1 - [Release notes](https://github.com/starkbank/ecdsa-python/releases) - [Changelog](https://github.com/starkbank/ecdsa-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/starkbank/ecdsa-python/compare/v1.1.1...v2.0.1) Updates `werkzeug` from 2.0.1 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.0.1...3.0.3) --- updated-dependencies: - dependency-name: black dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-type: direct:production dependency-group: pip - dependency-name: dnspython 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: mako dependency-type: direct:production dependency-group: pip - dependency-name: pyjwt dependency-type: direct:production dependency-group: pip - dependency-name: starkbank-ecdsa dependency-type: direct:production dependency-group: pip - dependency-name: werkzeug dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements.txt b/requirements.txt index 524ca7b..9271083 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,14 @@ alembic==1.6.5 appdirs==1.4.4 Babel==2.9.1 -black==21.6b0 +black==24.3.0 blinker==1.4 cffi==1.14.5 click==8.0.1 -cryptography==3.4.7 -dnspython==2.1.0 +cryptography==42.0.4 +dnspython==2.6.1 email-validator==1.1.3 -Flask==2.0.1 +Flask==2.2.5 Flask-BabelEx==0.9.4 Flask-DebugToolbar==0.11.0 Flask-Login==0.5.0 @@ -18,12 +18,12 @@ Flask-Principal==0.4.0 Flask-SQLAlchemy==2.5.1 Flask-WTF==0.15.1 greenlet==1.1.0 -idna==3.2 +idna==3.7 importlib-metadata==4.6.0 is-disposable-email==1.0.0 itsdangerous==2.0.1 -Jinja2==3.0.1 -Mako==1.1.4 +Jinja2==3.1.4 +Mako==1.2.2 MarkupSafe==2.0.1 mypy-extensions==0.4.3 passlib==1.7.4 @@ -31,7 +31,7 @@ pathspec==0.8.1 pendulum==2.1.2 psycopg2-binary==2.9.1 pycparser==2.20 -PyJWT==2.1.0 +PyJWT==2.4.0 python-dateutil==2.8.1 python-dotenv==0.18.0 python-editor==1.0.4 @@ -43,11 +43,11 @@ sendgrid==6.7.1 six==1.16.0 speaklater==1.3 SQLAlchemy==1.4.20 -starkbank-ecdsa==1.1.1 +starkbank-ecdsa==2.0.1 toml==0.10.2 typed-ast==1.4.3 typing-extensions==3.10.0.0 -Werkzeug==2.0.1 +Werkzeug==3.0.3 WTForms==2.3.3 wtforms-validators==1.0.0 zipp==3.4.1