From 4948178a6377809ce16845eb5f1ebaff7a952a6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:17:57 +0000 Subject: [PATCH] chore(deps): bump the python-packages group across 1 directory with 7 updates Bumps the python-packages group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [autopep8](https://github.com/hhatto/autopep8) | `2.1.1` | `2.2.0` | | [certifi](https://github.com/certifi/python-certifi) | `2024.2.2` | `2024.6.2` | | [more-itertools](https://github.com/more-itertools/more-itertools) | `10.2.0` | `10.3.0` | | [packaging](https://github.com/pypa/packaging) | `24.0` | `24.1` | | [pkginfo](https://code.launchpad.net/~tseaver/pkginfo/trunk) | `1.10.0` | `1.11.1` | | [requests](https://github.com/psf/requests) | `2.32.2` | `2.32.3` | | [zipp](https://github.com/jaraco/zipp) | `3.18.2` | `3.19.2` | Updates `autopep8` from 2.1.1 to 2.2.0 - [Release notes](https://github.com/hhatto/autopep8/releases) - [Commits](https://github.com/hhatto/autopep8/compare/v2.1.1...v2.2.0) Updates `certifi` from 2024.2.2 to 2024.6.2 - [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.06.02) Updates `more-itertools` from 10.2.0 to 10.3.0 - [Release notes](https://github.com/more-itertools/more-itertools/releases) - [Commits](https://github.com/more-itertools/more-itertools/compare/v10.2.0...v10.3.0) Updates `packaging` from 24.0 to 24.1 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/24.0...24.1) Updates `pkginfo` from 1.10.0 to 1.11.1 Updates `requests` from 2.32.2 to 2.32.3 - [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.2...v2.32.3) Updates `zipp` from 3.18.2 to 3.19.2 - [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/v3.18.2...v3.19.2) --- updated-dependencies: - dependency-name: autopep8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: more-itertools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: packaging dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pkginfo dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: zipp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- release-requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/release-requirements.txt b/release-requirements.txt index 3f746e9..812a46c 100644 --- a/release-requirements.txt +++ b/release-requirements.txt @@ -1,7 +1,7 @@ -autopep8==2.1.1 +autopep8==2.2.0 black==24.4.2 bleach==6.1.0 -certifi==2024.2.2 +certifi==2024.6.2 charset-normalizer==3.3.2 click==8.1.7 colorama==0.4.6 @@ -15,17 +15,17 @@ keyring==25.2.1 markdown-it-py==3.0.0 mccabe==0.7.0 mdurl==0.1.2 -more-itertools==10.2.0 +more-itertools==10.3.0 mypy-extensions==1.0.0 -packaging==24.0 +packaging==24.1 pathspec==0.12.1 -pkginfo==1.10.0 +pkginfo==1.11.1 platformdirs==4.2.2 pycodestyle==2.11.1 pyflakes==3.2.0 Pygments==2.18.0 readme-renderer==43.0 -requests==2.32.2 +requests==2.32.3 requests-toolbelt==1.0.0 restructuredtext-lint==1.4.0 rfc3986==2.0.0 @@ -36,4 +36,4 @@ tqdm==4.66.4 twine==5.1.0 urllib3==2.2.1 webencodings==0.5.1 -zipp==3.18.2 +zipp==3.19.2