From 4d4ef4e86edaf1a7ad35bdeecce55557d1daca02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 13:27:38 +0000 Subject: [PATCH] chore(deps): bump the python-packages group with 2 updates Bumps the python-packages group with 2 updates: [click](https://github.com/pallets/click) and [urllib3](https://github.com/urllib3/urllib3). Updates `click` from 8.1.7 to 8.1.8 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.1.7...8.1.8) Updates `urllib3` from 2.2.3 to 2.3.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.2.3...2.3.0) --- updated-dependencies: - dependency-name: click dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- release-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release-requirements.txt b/release-requirements.txt index d242d7a6..fc91ad06 100644 --- a/release-requirements.txt +++ b/release-requirements.txt @@ -3,7 +3,7 @@ black==24.10.0 bleach==6.2.0 certifi==2024.12.14 charset-normalizer==3.4.0 -click==8.1.7 +click==8.1.8 colorama==0.4.6 docutils==0.21.2 flake8==7.1.1 @@ -34,6 +34,6 @@ setuptools==75.6.0 six==1.17.0 tqdm==4.67.1 twine==6.0.1 -urllib3==2.2.3 +urllib3==2.3.0 webencodings==0.5.1 zipp==3.21.0