From 061939ba4d535ba2ff98d9cb42ab3f347fada004 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 09:08:26 +0800 Subject: [PATCH] Bump the build-python group in /build/pip with 3 updates (#2642) Bumps the build-python group in /build/pip with 3 updates: [bleach](https://github.com/mozilla/bleach), [rich](https://github.com/Textualize/rich) and [setuptools](https://github.com/pypa/setuptools). Updates `bleach` from 6.1.0 to 6.2.0 - [Changelog](https://github.com/mozilla/bleach/blob/main/CHANGES) - [Commits](https://github.com/mozilla/bleach/compare/v6.1.0...v6.2.0) Updates `rich` from 13.9.3 to 13.9.4 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v13.9.3...v13.9.4) Updates `setuptools` from 75.2.0 to 75.3.0 - [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/v75.2.0...v75.3.0) --- updated-dependencies: - dependency-name: bleach 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-patch dependency-group: build-python - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-python ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build/pip/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/pip/requirements.txt b/build/pip/requirements.txt index ffc261a8a..b996736cd 100644 --- a/build/pip/requirements.txt +++ b/build/pip/requirements.txt @@ -1,4 +1,4 @@ -bleach==6.1.0 +bleach==6.2.0 certifi==2024.8.30 charset-normalizer==3.4.0 docutils==0.21.2 @@ -15,8 +15,8 @@ readme-renderer==44.0 requests==2.32.3 requests-toolbelt==1.0.0 rfc3986==2.0.0 -rich==13.9.3 -setuptools==75.2.0 +rich==13.9.4 +setuptools==75.3.0 six==1.16.0 twine==5.1.1 urllib3==2.2.3