From 5ec7cdca00b5d8b2bf0315f82023305d55607532 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 05:49:50 +0000 Subject: [PATCH] Bump sqlalchemy from 2.0.31 to 2.0.35 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.31 to 2.0.35. - [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-patch ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index b570801..1c562a6 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ pyramid = "==2.0.2" pyramid-localize = "==1.0.6" pyramid-basemodel = "==0.6.1" pyramid-mako = "==1.1.0" -sqlalchemy = "==2.0.31" +sqlalchemy = "==2.0.35" velruse = "==1.1.1" [dev-packages]