From 2a72f790110f1aca4c89e754c14fb3d2cd315bd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 13:58:55 +0000 Subject: [PATCH] Bump sqlalchemy from 1.4.46 to 1.4.48 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.46 to 1.4.48. - [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 c250852..68392d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ pynginxconfig==0.3.4 PyMySQL==0.10.1 psutil==5.9.4 sh==1.14.3 -SQLAlchemy==1.4.46 +SQLAlchemy==1.4.48 requests>=2.20.0 distro==1.7.0 argcomplete==1.12.0 diff --git a/setup.py b/setup.py index 11f9dce..7758f5f 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ setup(name='wordops', 'PyMySQL == 0.10.1', 'psutil', 'sh', - 'SQLAlchemy == 1.4.46', + 'SQLAlchemy == 1.4.48', 'requests', 'distro', 'argcomplete',