From 84fc9bc62a1b88ce31548d4d5c60e28fbd8dc144 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 13:51:04 +0000 Subject: [PATCH] Bump sqlalchemy from 1.4.53 to 1.4.54 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.53 to 1.4.54. - [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 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3645d46..d0584ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ pynginxconfig==0.3.4 PyMySQL==1.1.1 psutil==6.0.0 sh==2.0.7 -SQLAlchemy==1.4.53 +SQLAlchemy==1.4.54 requests>=2.20.0 distro==1.9.0 argcomplete==3.5.0 diff --git a/setup.py b/setup.py index 38bf6f0..eee876f 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ setup(name='wordops', 'PyMySQL >= 1.0.2', 'psutil', 'sh', - 'SQLAlchemy == 1.4.53', + 'SQLAlchemy == 1.4.54', 'requests', 'distro', 'argcomplete',