From a54464905bf1f001d1d08dfcdb884542c515a365 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 06:43:40 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump the types group across 1 directory with 3 updates Bumps the types group with 3 updates in the / directory: [types-cachetools](https://github.com/python/typeshed), [types-requests](https://github.com/python/typeshed) and [types-python-dateutil](https://github.com/python/typeshed). Updates `types-cachetools` from 7.0.0.20260503 to 7.0.0.20260518 - [Commits](https://github.com/python/typeshed/commits) Updates `types-requests` from 2.33.0.20260508 to 2.33.0.20260518 - [Commits](https://github.com/python/typeshed/commits) Updates `types-python-dateutil` from 2.9.0.20260508 to 2.9.0.20260518 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-cachetools dependency-version: 7.0.0.20260518 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: types - dependency-name: types-requests dependency-version: 2.33.0.20260518 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: types - dependency-name: types-python-dateutil dependency-version: 2.9.0.20260518 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: types ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index e2ef0981e..56947132e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -24,11 +24,11 @@ nbconvert==7.17.1 # mypy types scipy-stubs==1.17.1.4 # keep in sync with `scipy` in `requirements-hyperopt.txt` -types-cachetools==7.0.0.20260503 +types-cachetools==7.0.0.20260518 types-filelock==3.2.7 -types-requests==2.33.0.20260508 +types-requests==2.33.0.20260518 types-tabulate==0.10.0.20260508 -types-python-dateutil==2.9.0.20260508 +types-python-dateutil==2.9.0.20260518 pip-audit==2.10.0 # For build step in CI build==1.5.0 From be37cafcb932806e320d4d46251edd576feb67b3 Mon Sep 17 00:00:00 2001 From: Freqtrade Bot <154552126+freqtrade-bot@users.noreply.github.com> Date: Mon, 25 May 2026 06:56:04 +0000 Subject: [PATCH 2/2] chore(deps): Apply pre-commit types update --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 518d11f1c..26c0a1a40 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,11 +20,11 @@ repos: - id: mypy exclude: build_helpers additional_dependencies: - - types-cachetools==7.0.0.20260503 + - types-cachetools==7.0.0.20260518 - types-filelock==3.2.7 - - types-requests==2.33.0.20260508 + - types-requests==2.33.0.20260518 - types-tabulate==0.10.0.20260508 - - types-python-dateutil==2.9.0.20260508 + - types-python-dateutil==2.9.0.20260518 - scipy-stubs==1.17.1.4 - SQLAlchemy==2.0.49 # stages: [push]