From 229ad82451bc947408c574a3a270a38a8d09ba5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 00:57:41 +0000 Subject: [PATCH] Bump the python group in /python with 3 updates Bumps the python group in /python with 3 updates: [build](https://github.com/pypa/build), [pkginfo](https://code.launchpad.net/~tseaver/pkginfo/trunk) and [rich](https://github.com/Textualize/rich). Updates `build` from 1.2.2 to 1.2.2.post1 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/1.2.2...1.2.2.post1) Updates `pkginfo` from 1.10.0 to 1.11.1 Updates `rich` from 13.8.1 to 13.9.2 - [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.8.1...v13.9.2) --- updated-dependencies: - dependency-name: build dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python - dependency-name: pkginfo dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python - dependency-name: rich dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] --- python/dev-requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/dev-requirements.txt b/python/dev-requirements.txt index 8121c47c..12b9c984 100644 --- a/python/dev-requirements.txt +++ b/python/dev-requirements.txt @@ -8,7 +8,7 @@ botocore==1.35.29 # via # boto3 # s3transfer -build==1.2.2 +build==1.2.2.post1 # via nitor-vault (pyproject.toml) certifi==2024.8.30 # via requests @@ -58,7 +58,7 @@ nh3==0.2.18 # via readme-renderer packaging==24.1 # via build -pkginfo==1.10.0 +pkginfo==1.11.1 # via twine pycparser==2.22 # via cffi @@ -83,7 +83,7 @@ requests-toolbelt==1.0.0 # via twine rfc3986==2.0.0 # via twine -rich==13.8.1 +rich==13.9.2 # via twine s3transfer==0.10.2 # via boto3