From 82c6ad82d14817ecc7cfaf118fe673bde6511ef1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 05:53:16 +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 | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2023.5.7` | `2023.7.22` | | [cryptography](https://github.com/pyca/cryptography) | `40.0.2` | `42.0.4` | | [flask](https://github.com/pallets/flask) | `2.2.2` | `2.2.5` | | [grpcio](https://github.com/grpc/grpc) | `1.54.2` | `1.54.3` | | [idna](https://github.com/kjd/idna) | `3.4` | `3.7` | | [jinja2](https://github.com/pallets/jinja) | `3.1.2` | `3.1.3` | | [requests](https://github.com/psf/requests) | `2.26.0` | `2.31.0` | | [tornado](https://github.com/tornadoweb/tornado) | `6.3.2` | `6.3.3` | | [urllib3](https://github.com/urllib3/urllib3) | `1.26.16` | `1.26.18` | | [werkzeug](https://github.com/pallets/werkzeug) | `2.3.4` | `2.3.8` | Updates `certifi` from 2023.5.7 to 2023.7.22 - [Commits](https://github.com/certifi/python-certifi/compare/2023.05.07...2023.07.22) Updates `cryptography` from 40.0.2 to 42.0.4 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/40.0.2...42.0.4) Updates `flask` from 2.2.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/2.2.2...2.2.5) Updates `grpcio` from 1.54.2 to 1.54.3 - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](https://github.com/grpc/grpc/compare/v1.54.2...v1.54.3) 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 `requests` from 2.26.0 to 2.31.0 - [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.26.0...v2.31.0) Updates `tornado` from 6.3.2 to 6.3.3 - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.3.2...v6.3.3) Updates `urllib3` from 1.26.16 to 1.26.18 - [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.26.16...1.26.18) Updates `werkzeug` from 2.3.4 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.4...2.3.8) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-type: direct:production dependency-group: pip - dependency-name: flask dependency-type: direct:production dependency-group: pip - dependency-name: grpcio 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: tornado 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 | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements.txt b/requirements.txt index 31f9d98..c74c1df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,15 +2,15 @@ APScheduler==3.6.3 asgiref==3.7.1 CacheControl==0.12.11 cachetools==4.2.2 -certifi==2023.5.7 +certifi==2023.7.22 cffi==1.15.1 charset-normalizer==2.0.12 click==8.1.3 colorama==0.4.6 -cryptography==40.0.2 +cryptography==42.0.4 exceptiongroup==1.2.1 firebase-admin==6.1.0 -Flask==2.2.2 +Flask==2.2.5 google-api-core==2.11.0 google-api-python-client==2.86.0 google-auth==2.17.3 @@ -21,14 +21,14 @@ google-cloud-storage==2.9.0 google-crc32c==1.5.0 google-resumable-media==2.5.0 googleapis-common-protos==1.59.0 -grpcio==1.54.2 +grpcio==1.54.3 grpcio-status==1.54.2 httplib2==0.22.0 -idna==3.4 +idna==3.7 importlib-metadata==6.6.0 iniconfig==2.0.0 itsdangerous==2.1.2 -Jinja2==3.1.2 +Jinja2==3.1.3 MarkupSafe==2.1.2 msgpack==1.0.5 packaging==24.0 @@ -46,15 +46,15 @@ python-dotenv==1.0.1 python-telegram-bot==13.7 pytz==2023.3 PyYAML==6.0 -requests==2.26.0 +requests==2.31.0 rsa==4.9 six==1.16.0 tomli==2.0.1 -tornado==6.3.2 +tornado==6.3.3 typing_extensions==4.6.2 tzdata==2023.3 tzlocal==5.0.1 uritemplate==4.1.1 -urllib3==1.26.16 -Werkzeug==2.3.4 +urllib3==1.26.18 +Werkzeug==2.3.8 zipp==3.15.0