Bump sqlalchemy from 1.4.52 to 1.4.53

Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.52 to 1.4.53.
- [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] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-07-30 13:36:29 +00:00
committed by GitHub
parent eeeff626c6
commit ad4958c339
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ pynginxconfig==0.3.4
PyMySQL==1.1.1
psutil==6.0.0
sh==2.0.7
SQLAlchemy==1.4.52
SQLAlchemy==1.4.53
requests>=2.20.0
distro==1.9.0
argcomplete==3.4.0

View File

@@ -67,7 +67,7 @@ setup(name='wordops',
'PyMySQL >= 1.0.2',
'psutil',
'sh',
'SQLAlchemy == 1.4.52',
'SQLAlchemy == 1.4.53',
'requests',
'distro',
'argcomplete',