From 6c1a6b9a84900efbfd6d38f9b6e0718ac1c87fc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 21:44:51 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 6 updates Bumps the pip group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2023.7.22` | `2024.7.4` | | [idna](https://github.com/kjd/idna) | `2.10` | `3.7` | | [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.4` | | [setuptools](https://github.com/pypa/setuptools) | `68.0.0` | `78.1.1` | | [urllib3](https://github.com/urllib3/urllib3) | `1.26.18` | `2.6.0` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.24.6` | `20.26.6` | Updates `certifi` from 2023.7.22 to 2024.7.4 - [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...2024.07.04) Updates `idna` from 2.10 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/v2.10...v3.7) Updates `requests` from 2.31.0 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.31.0...v2.32.4) Updates `setuptools` from 68.0.0 to 78.1.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v68.0.0...v78.1.1) Updates `urllib3` from 1.26.18 to 2.6.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/1.26.18...2.6.0) Updates `virtualenv` from 20.24.6 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.24.6...20.26.6) --- 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: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip - dependency-name: setuptools dependency-version: 78.1.1 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production dependency-group: pip - dependency-name: virtualenv dependency-version: 20.26.6 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3eee3e2..f518585 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # This file is @generated by PDM. # Please do not edit it manually. -certifi==2023.7.22 +certifi==2024.7.4 cfgv==3.3.1 charset-normalizer==3.3.1 click==8.1.7 @@ -10,7 +10,7 @@ distlib==0.3.7 exceptiongroup==1.1.3 filelock==3.12.2 identify==2.5.24 -idna==2.10 +idna==3.7 iniconfig==2.0.0 markdown-it-py==2.2.0 mdurl==0.1.2 @@ -24,14 +24,14 @@ pygments==2.16.1 pytest==7.4.3 pyyaml==6.0.1 questionary==1.10.0 -requests==2.31.0 +requests==2.32.4 rich==13.6.0 ruff==0.1.2 -setuptools==68.0.0 +setuptools==78.1.1 shellingham==1.5.4 tomli==2.0.1 typer==0.9.0 typing-extensions==4.7.1 -urllib3==1.26.18 -virtualenv==20.24.6 +urllib3==2.6.0 +virtualenv==20.26.6 wcwidth==0.2.8