Skip to content

Commit

Permalink
Bump the build-python group in /build/pip with 5 updates (#2595)
Browse files Browse the repository at this point in the history
Bumps the build-python group in /build/pip with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [idna](https://github.com/kjd/idna) | `3.7` | `3.8` |
| [importlib-metadata](https://github.com/python/importlib_metadata) | `8.3.0` | `8.4.0` |
| [rich](https://github.com/Textualize/rich) | `13.7.1` | `13.8.0` |
| [setuptools](https://github.com/pypa/setuptools) | `73.0.0` | `73.0.1` |
| [zipp](https://github.com/jaraco/zipp) | `3.20.0` | `3.20.1` |


Updates `idna` from 3.7 to 3.8
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.7...v3.8)

Updates `importlib-metadata` from 8.3.0 to 8.4.0
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
- [Commits](python/importlib_metadata@v8.3.0...v8.4.0)

Updates `rich` from 13.7.1 to 13.8.0
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v13.7.1...v13.8.0)

Updates `setuptools` from 73.0.0 to 73.0.1
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v73.0.0...v73.0.1)

Updates `zipp` from 3.20.0 to 3.20.1
- [Release notes](https://github.com/jaraco/zipp/releases)
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
- [Commits](jaraco/zipp@v3.20.0...v3.20.1)

---
updated-dependencies:
- dependency-name: idna
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-python
- dependency-name: importlib-metadata
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-python
- dependency-name: rich
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-python
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-python
- dependency-name: zipp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-python
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 27, 2024
1 parent 9dc8b7f commit f170eb8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build/pip/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ bleach==6.1.0
certifi==2024.7.4
charset-normalizer==3.3.2
docutils==0.21.2
idna==3.7
importlib-metadata==8.3.0
idna==3.8
importlib-metadata==8.4.0
jaraco.classes==3.4.0
keyring==25.3.0
markdown-it-py==3.0.0
Expand All @@ -15,10 +15,10 @@ readme-renderer==44.0
requests==2.32.3
requests-toolbelt==1.0.0
rfc3986==2.0.0
rich==13.7.1
setuptools==73.0.0
rich==13.8.0
setuptools==73.0.1
six==1.16.0
twine==5.1.1
urllib3==2.2.2
webencodings==0.5.1
zipp==3.20.0
zipp==3.20.1

0 comments on commit f170eb8

Please sign in to comment.