From 0bb7a771a248e4f2f6820751f16d114d693929bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 22:43:04 +0000 Subject: [PATCH] chore(deps): bump the python-dependencies group with 2 updates Updates the requirements on [black](https://github.com/psf/black) and [types-requests](https://github.com/python/typeshed) to permit the latest version. Updates `black` to 26.5.1 - [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/26.5.0...26.5.1) Updates `types-requests` to 2.33.0.20260518 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: types-requests dependency-version: 2.33.0.20260518 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9b667a5..4f5d553 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ pytest>=9.0.3 pytest-cov>=7.1.0 pytest-mock>=3.15.1 pylint>=4.0.5 -black>=26.5.0 +black>=26.5.1 mypy>=2.1.0 -types-requests>=2.33.0.20260513 +types-requests>=2.33.0.20260518