From 8d493bcd3cac77546771b718c85518ddde5a27e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 09:44:09 +0000 Subject: [PATCH] build(deps): bump requests in /.github/actions/clean_up_package_registry Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2. - [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.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/actions/clean_up_package_registry/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/clean_up_package_registry/requirements.txt b/.github/actions/clean_up_package_registry/requirements.txt index 8af21c31ca..11f0016044 100644 --- a/.github/actions/clean_up_package_registry/requirements.txt +++ b/.github/actions/clean_up_package_registry/requirements.txt @@ -4,6 +4,6 @@ idna==3.7 markdown-it-py==3.0.0 mdurl==0.1.2 Pygments==2.16.1 -requests==2.31.0 +requests==2.32.2 rich==13.6.0 urllib3==2.1.0