From fc400507ef7c332b83a02f45cfb26cef17da1b0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 00:08:24 +0000 Subject: [PATCH] Bump the pip group with 5 updates Bumps the pip group with 5 updates: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2024.2.2` | `2024.7.4` | | [cryptography](https://github.com/pyca/cryptography) | `42.0.4` | `44.0.0` | | [jinja2](https://github.com/pallets/jinja) | `3.1.3` | `3.1.5` | | [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.2` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.1` | `2.2.2` | Updates `certifi` from 2024.2.2 to 2024.7.4 - [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.07.04) Updates `cryptography` from 42.0.4 to 44.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.4...44.0.0) 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 `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.1 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.1...2.2.2) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production dependency-group: pip - dependency-name: cryptography 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: urllib3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index d6a8f90..793731b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,18 +2,18 @@ alabaster==0.7.16 amqp==5.2.0 annotated-types==0.7.0 Babel==2.14.0 -certifi==2024.2.2 +certifi==2024.7.4 cffi==1.16.0 charset-normalizer==3.3.2 confluent-kafka==2.4.0 -cryptography==42.0.4 +cryptography==44.0.0 deepdiff==6.7.1 dictdiffer==0.9.0 docutils==0.20.1 grpcio==1.60.0 idna==3.7 imagesize==1.4.1 -Jinja2==3.1.3 +Jinja2==3.1.5 kombu==5.3.7 MarkupSafe==2.1.5 ordered-set==4.1.0 @@ -25,7 +25,7 @@ pydantic_core==2.18.3 Pygments==2.17.2 pygnmi==0.8.13 PyYAML==6.0.1 -requests==2.31.0 +requests==2.32.2 snowballstemmer==2.2.0 Sphinx==7.3.7 sphinx-rtd-theme==2.0.0 @@ -38,5 +38,5 @@ sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.7 sphinxcontrib-serializinghtml==1.1.10 typing_extensions==4.12.0 -urllib3==2.2.1 +urllib3==2.2.2 vine==5.1.0