From 821770038c3e89dd3b599e2f1b31689cfb126605 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 04:59:41 +0000 Subject: [PATCH] Bump sqlalchemy from 2.0.37 to 2.0.38 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.37 to 2.0.38. - [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 719c00f..6e5a3e4 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ name = "pypi" pyramid = "==2.0.2" pyramid-tm = "==2.6" requests = "==2.32.3" -sqlalchemy = "==2.0.37" +sqlalchemy = "==2.0.38" "zope.interface" = "==7.2" "zope.sqlalchemy" = "==3.1" python-slugify = "==8.0.4"