From 8cae5146bf8d67fcd660b77b6c7caa48be7c8b43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 16:00:13 +0000 Subject: [PATCH] Bump sqlalchemy from 1.2.11 to 1.3.0 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.2.11 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a01149c..2761c1c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ enum34==1.1.6 python-dateutil==2.7.3 -e git+https://github.com/williballenthin/python-registry.git@c6e75fb2dce809ceba4590cd5a82ef4ac00e4abe#egg=python_registry six==1.11.0 -SQLAlchemy==1.2.11 +SQLAlchemy==1.3.0 unicodecsv==0.14.1