From 1af9cc23d1803374dc0636703a37eb2bbb73123d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 06:10:17 +0000 Subject: [PATCH] Bump the pip group in /requirements with 6 updates Bumps the pip group in /requirements with 6 updates: | Package | From | To | | --- | --- | --- | | [cryptography](https://github.com/pyca/cryptography) | `42.0.4` | `44.0.1` | | [jinja2](https://github.com/pallets/jinja) | `3.1.3` | `3.1.5` | | [pillow](https://github.com/python-pillow/Pillow) | `10.2.0` | `10.3.0` | | [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.2` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.0` | `2.2.2` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.25.0` | `20.26.6` | Updates `cryptography` from 42.0.4 to 44.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.4...44.0.1) Updates `jinja2` from 3.1.3 to 3.1.5 - [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.3...3.1.5) Updates `pillow` from 10.2.0 to 10.3.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/10.2.0...10.3.0) Updates `requests` from 2.31.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.31.0...v2.32.2) Updates `urllib3` from 2.2.0 to 2.2.2 - [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.0...2.2.2) Updates `virtualenv` from 20.25.0 to 20.26.6 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.25.0...20.26.6) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect dependency-group: pip - dependency-name: jinja2 dependency-type: indirect dependency-group: pip - dependency-name: pillow dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-type: indirect dependency-group: pip - dependency-name: urllib3 dependency-type: indirect dependency-group: pip - dependency-name: virtualenv dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index ad81fd1..528adaf 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -40,7 +40,7 @@ click==8.1.7 # via pip-tools contourpy==1.2.0 # via matplotlib -cryptography==42.0.4 +cryptography==44.0.1 # via pdfminer-six cycler==0.12.1 # via matplotlib @@ -62,7 +62,7 @@ idna==3.7 # via requests imagesize==1.4.1 # via sphinx -jinja2==3.1.3 +jinja2==3.1.5 # via sphinx kiwisolver==1.4.5 # via matplotlib @@ -97,7 +97,7 @@ pdfminer-six==20201018 # via pdfx pdfx==1.4.1 # via -r requirements.in -pillow==10.2.0 +pillow==10.3.0 # via # -r requirements.in # matplotlib @@ -136,7 +136,7 @@ python-dateutil==2.8.2 # via matplotlib pyyaml==6.0.1 # via pre-commit -requests==2.31.0 +requests==2.32.2 # via sphinx scipy==1.12.0 # via -r requirements.in @@ -177,9 +177,9 @@ tomli==2.0.1 # pyproject-hooks typing-extensions==4.9.0 # via pydata-sphinx-theme -urllib3==2.2.0 +urllib3==2.2.2 # via requests -virtualenv==20.25.0 +virtualenv==20.26.6 # via pre-commit wheel==0.42.0 # via pip-tools