From 2b19bd381452a6b0176ff44e1f732e79eca9e9e9 Mon Sep 17 00:00:00 2001 From: Pavol Juhas Date: Mon, 16 Dec 2024 17:58:29 -0800 Subject: [PATCH] Combine acceptable dependabot updates for Python (#6853) * Bump black from 24.3.0 to 24.10.0 in /dev_tools/requirements Bumps [black](https://github.com/psf/black) from 24.3.0 to 24.10.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.3.0...24.10.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Bump types-requests in /dev_tools/requirements Bumps [types-requests](https://github.com/python/typeshed) from 2.28.1 to 2.32.0.20241016. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dev_tools/requirements/deps/format.txt | 2 +- dev_tools/requirements/deps/mypy.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev_tools/requirements/deps/format.txt b/dev_tools/requirements/deps/format.txt index 70f3034c8d8..ad2b44c02de 100644 --- a/dev_tools/requirements/deps/format.txt +++ b/dev_tools/requirements/deps/format.txt @@ -1 +1 @@ -black==24.3.0 +black==24.10.0 diff --git a/dev_tools/requirements/deps/mypy.txt b/dev_tools/requirements/deps/mypy.txt index eb8e64c269c..b998aef2b6c 100644 --- a/dev_tools/requirements/deps/mypy.txt +++ b/dev_tools/requirements/deps/mypy.txt @@ -3,4 +3,4 @@ mypy==1.11.1 # packages with stub types for various libraries types-protobuf>=3.20.0 -types-requests==2.28.1 +types-requests==2.32.0.20241016