From 8549031ca6ad0f92769bd5f1d03c59251d6bc3bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 00:22:39 +0000 Subject: [PATCH] build(deps): bump the pip group across 2 directories with 8 updates Bumps the pip group with 5 updates in the /doc/sphinx directory: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2021.10.8` | `2024.7.4` | | [idna](https://github.com/kjd/idna) | `3.3` | `3.7` | | [jinja2](https://github.com/pallets/jinja) | `3.0.3` | `3.1.6` | | [requests](https://github.com/psf/requests) | `2.27.1` | `2.32.4` | | [urllib3](https://github.com/urllib3/urllib3) | `1.26.9` | `1.26.19` | Bumps the pip group with 4 updates in the /test/py directory: [requests](https://github.com/psf/requests), [py](https://github.com/pytest-dev/py), [pycryptodomex](https://github.com/Legrandin/pycryptodome) and [zipp](https://github.com/jaraco/zipp). Updates `certifi` from 2021.10.8 to 2024.7.4 - [Commits](https://github.com/certifi/python-certifi/compare/2021.10.08...2024.07.04) Updates `idna` from 3.3 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.3...v3.7) Updates `jinja2` from 3.0.3 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.0.3...3.1.6) Updates `requests` from 2.27.1 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.27.1...v2.32.4) Updates `urllib3` from 1.26.9 to 1.26.19 - [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.9...1.26.19) Updates `requests` from 2.25.1 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.27.1...v2.32.4) Updates `py` from 1.10.0 to 1.11.0 - [Changelog](https://github.com/pytest-dev/py/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/py/compare/1.10.0...1.11.0) Updates `pycryptodomex` from 3.9.8 to 3.19.1 - [Release notes](https://github.com/Legrandin/pycryptodome/releases) - [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst) - [Commits](https://github.com/Legrandin/pycryptodome/compare/v3.9.8...v3.19.1) Updates `zipp` from 0.6.0 to 3.19.1 - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/zipp/compare/v0.6.0...v3.19.1) --- updated-dependencies: - dependency-name: certifi dependency-version: 2024.7.4 dependency-type: direct:production dependency-group: pip - dependency-name: idna dependency-version: '3.7' 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: 1.26.19 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip - dependency-name: py dependency-version: 1.11.0 dependency-type: direct:production dependency-group: pip - dependency-name: pycryptodomex dependency-version: 3.19.1 dependency-type: direct:production dependency-group: pip - dependency-name: zipp dependency-version: 3.19.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- doc/sphinx/requirements.txt | 10 +++++----- test/py/requirements.txt | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/sphinx/requirements.txt b/doc/sphinx/requirements.txt index 5baec4d93e32..0d3b5d7de486 100644 --- a/doc/sphinx/requirements.txt +++ b/doc/sphinx/requirements.txt @@ -1,17 +1,17 @@ alabaster==0.7.12 Babel==2.9.1 -certifi==2021.10.8 +certifi==2024.7.4 charset-normalizer==2.0.12 docutils==0.16 -idna==3.3 +idna==3.7 imagesize==1.3.0 -Jinja2==3.0.3 +Jinja2==3.1.6 MarkupSafe==2.1.1 packaging==21.3 Pygments==2.11.2 pyparsing==3.0.7 pytz==2022.1 -requests==2.27.1 +requests==2.32.4 six==1.16.0 snowballstemmer==2.2.0 Sphinx==3.4.3 @@ -22,4 +22,4 @@ sphinxcontrib-htmlhelp==2.0.0 sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5 -urllib3==1.26.9 +urllib3==1.26.19 diff --git a/test/py/requirements.txt b/test/py/requirements.txt index 33c5c0bbc41b..36f82b30d965 100644 --- a/test/py/requirements.txt +++ b/test/py/requirements.txt @@ -9,18 +9,18 @@ more-itertools==7.2.0 packaging==19.2 pbr==5.4.3 pluggy==0.13.0 -py==1.10.0 -pycryptodomex==3.9.8 +py==1.11.0 +pycryptodomex==3.19.1 pyelftools==0.27 pygit2==0.28.2 pyparsing==2.4.2 pytest==5.2.1 python-mimeparse==1.6.0 python-subunit==1.3.0 -requests==2.25.1 +requests==2.32.4 six==1.12.0 testtools==2.3.0 traceback2==1.4.0 unittest2==1.1.0 wcwidth==0.1.7 -zipp==0.6.0 +zipp==3.19.1