From e7a108b55a6ae47c90d5c919db486b46d17a01f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 00:47:51 +0000 Subject: [PATCH] Bump sqlalchemy from 2.0.36 to 2.0.38 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.36 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bc47e7f..0c7f644 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,6 @@ python-dateutil==2.9.0.post0 rich==13.9.4 setuptools-git-versioning==2.1.0 setuptools==75.8.0 -sqlalchemy==2.0.36 +sqlalchemy==2.0.38 structlog==25.1.0 yattag==1.16.1