From 4c00f167ce4baf18e0a291d499b574d46fbad922 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 05:09:20 +0000 Subject: [PATCH 1/2] chore(deps): bump sqlalchemy from 2.0.49 to 2.0.50 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.49 to 2.0.50. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-version: 2.0.50 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cdeca7cba..d707aeb57 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ technical==1.6.0 ccxt==4.5.55 cryptography==48.0.0 aiohttp==3.13.5 -SQLAlchemy==2.0.49 +SQLAlchemy==2.0.50 python-telegram-bot==22.7 # can't be hard-pinned due to telegram-bot pinning httpx with ~ httpx>=0.24.1 From 4b74a953bd372914d0bbf4f9f683aae67fbdcd61 Mon Sep 17 00:00:00 2001 From: Freqtrade Bot <154552126+freqtrade-bot@users.noreply.github.com> Date: Mon, 1 Jun 2026 05:41:21 +0000 Subject: [PATCH 2/2] chore(deps): Apply pre-commit types update --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 67299d1cc..c45365b98 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - types-tabulate==0.10.0.20260508 - types-python-dateutil==2.9.0.20260518 - scipy-stubs==1.17.1.4 - - SQLAlchemy==2.0.49 + - SQLAlchemy==2.0.50 # stages: [push] - repo: https://github.com/charliermarsh/ruff-pre-commit