From 20c4b937bfcfd6803bdbe08a555759a5ebab786f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 16:54:44 +0000 Subject: [PATCH] Bump sqlalchemy from 1.2.17 to 1.3.0b3 in /examples/tfb Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.2.17 to 1.3.0b3. - [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: 1.3.0b3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/tfb/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tfb/requirements.txt b/examples/tfb/requirements.txt index 065eecbfc..4d83d9813 100644 --- a/examples/tfb/requirements.txt +++ b/examples/tfb/requirements.txt @@ -20,7 +20,7 @@ PyYAML==4.2b4 six==1.12.0 slimit==0.8.1 spyne==2.13.9a0 -SQLAlchemy==1.2.17 +SQLAlchemy==1.3.0b3 Twisted==18.9.0 txpostgres==1.6.0 Werkzeug==0.14.1