From 96dd12aa77e99e95a11cdfa6564c81cb56ac4fca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 14:02:30 +0000 Subject: [PATCH] Bump sqlalchemy from 1.4.46 to 1.4.47 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.46 to 1.4.47. - [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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3bb861a..7ba3862 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ setup(name='wordops', 'PyMySQL >= 0.10.1', 'psutil >= 5.9.4', 'sh >= 1.14.3', - 'SQLAlchemy == 1.4.46', + 'SQLAlchemy == 1.4.47', 'requests >= 2.28.1', 'distro >= 1.7.0', 'argcomplete >= 1.12.0',