From fed1bff5195c127d0bed123f8ba4776f0a0a277c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 03:48:39 +0000 Subject: [PATCH] build(deps): bump sqlalchemy from 2.0.29 to 2.0.30 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.29 to 2.0.30. - [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 a9e6573d..167b21a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,5 +8,5 @@ pydantic==2.7.0 pytest==8.1.1 pytest-aiohttp==1.0.5 pytest-cov==5.0.0 -sqlalchemy==2.0.29 +sqlalchemy==2.0.30 typing_extensions>=3.10; python_version<"3.12"