From 5af08f7498cebcd9a920b7fc53d01b2ce9ad27ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jul 2023 22:07:15 -0700 Subject: [PATCH] Bump sqlalchemy from 0.9.7 to 1.3.0 in /book/ebook_src (#33) Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 0.9.7 to 1.3.0. - [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 ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- book/ebook_src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/ebook_src/requirements.txt b/book/ebook_src/requirements.txt index 2307801..e79bb92 100644 --- a/book/ebook_src/requirements.txt +++ b/book/ebook_src/requirements.txt @@ -1,4 +1,4 @@ -SQLAlchemy==0.9.7 +SQLAlchemy==1.3.0 bpython==0.13.1 coverage==3.7.1 curtsies==0.0.34