From fd55e6bae0fc703da560309ce39ac7f010ce0bdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 13:23:26 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 5 updates Bumps the pip group with 5 updates in the /backend directory: | Package | From | To | | --- | --- | --- | | [cryptography](https://github.com/pyca/cryptography) | `44.0.0` | `44.0.1` | | [h11](https://github.com/python-hyper/h11) | `0.14.0` | `0.16.0` | | [jinja2](https://github.com/pallets/jinja) | `3.1.4` | `3.1.6` | | [requests](https://github.com/psf/requests) | `2.32.3` | `2.32.4` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.3` | `2.5.0` | Updates `cryptography` from 44.0.0 to 44.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.0...44.0.1) Updates `h11` from 0.14.0 to 0.16.0 - [Commits](https://github.com/python-hyper/h11/compare/v0.14.0...v0.16.0) Updates `jinja2` from 3.1.4 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/3.1.4...3.1.6) Updates `requests` from 2.32.3 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.32.3...v2.32.4) Updates `urllib3` from 2.2.3 to 2.5.0 - [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/2.2.3...2.5.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 44.0.1 dependency-type: direct:production dependency-group: pip - dependency-name: h11 dependency-version: 0.16.0 dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 62c6aa8..be76a76 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -10,7 +10,7 @@ certifi==2024.12.14 cffi==1.17.1 charset-normalizer==3.4.0 click==8.1.7 -cryptography==44.0.0 +cryptography==44.0.1 Deprecated==1.2.15 distro==1.9.0 dnspython==2.7.0 @@ -18,12 +18,12 @@ email_validator==2.2.0 fastapi==0.115.6 fastapi-cli==0.0.6 frozenlist==1.5.0 -h11==0.14.0 +h11==0.16.0 httpcore==1.0.7 httptools==0.6.4 httpx==0.28.1 idna==3.10 -Jinja2==3.1.4 +Jinja2==3.1.6 jiter==0.8.2 limits==3.14.1 markdown-it-py==3.0.0 @@ -42,7 +42,7 @@ python-dotenv==1.0.1 python-multipart==0.0.19 PyYAML==6.0.2 regex==2024.11.6 -requests==2.32.3 +requests==2.32.4 rich==13.9.4 rich-toolkit==0.12.0 shellingham==1.5.4 @@ -53,7 +53,7 @@ tiktoken==0.8.0 tqdm==4.67.1 typer==0.15.1 typing_extensions==4.12.2 -urllib3==2.2.3 +urllib3==2.5.0 uvicorn==0.34.0 uvloop==0.21.0 watchfiles==1.0.3