From 61f88e8059f7a19e0e239eb8f8ce2c14ae4a86be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 23:57:43 +0000 Subject: [PATCH] Bump sqlalchemy from 1.4.45 to 2.0.7 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.45 to 2.0.7. - [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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 83aed04..60db81a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ regex==2022.3.2 requests==2.28.1 sendgrid==6.9.7 six==1.15.0 -SQLAlchemy==1.4.45 +SQLAlchemy==2.0.7 starkbank-ecdsa==2.0.1 toml==0.10.2 urllib3==1.26.13