From 443a245d8289b5ef358f99057c1308f5e2192b1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 16:18:16 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump the types group across 1 directory with 2 updates Bumps the types group with 2 updates in the / directory: [types-cachetools](https://github.com/python/typeshed) and [types-requests](https://github.com/python/typeshed). Updates `types-cachetools` from 6.2.0.20260408 to 7.0.0.20260503 - [Commits](https://github.com/python/typeshed/commits) Updates `types-requests` from 2.33.0.20260408 to 2.33.0.20260503 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-cachetools dependency-version: 7.0.0.20260503 dependency-type: direct:development update-type: version-update:semver-major dependency-group: types - dependency-name: types-requests dependency-version: 2.33.0.20260503 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: types ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a78c7b38e..26608744d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -24,9 +24,9 @@ nbconvert==7.17.1 # mypy types scipy-stubs==1.17.1.4 # keep in sync with `scipy` in `requirements-hyperopt.txt` -types-cachetools==6.2.0.20260408 +types-cachetools==7.0.0.20260503 types-filelock==3.2.7 -types-requests==2.33.0.20260408 +types-requests==2.33.0.20260503 types-tabulate==0.10.0.20260408 types-python-dateutil==2.9.0.20260408 pip-audit==2.10.0 From d935de08fe70882c60a032073f6d01104605a716 Mon Sep 17 00:00:00 2001 From: Freqtrade Bot <154552126+freqtrade-bot@users.noreply.github.com> Date: Mon, 11 May 2026 16:36:09 +0000 Subject: [PATCH 2/2] Apply pre-commit types update --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dbd3be2c3..927ce2000 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,9 +20,9 @@ repos: - id: mypy exclude: build_helpers additional_dependencies: - - types-cachetools==6.2.0.20260408 + - types-cachetools==7.0.0.20260503 - types-filelock==3.2.7 - - types-requests==2.33.0.20260408 + - types-requests==2.33.0.20260503 - types-tabulate==0.10.0.20260408 - types-python-dateutil==2.9.0.20260408 - scipy-stubs==1.17.1.4