Bump sqlalchemy from 1.4.48 to 1.4.49

Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.48 to 1.4.49.
- [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]
2023-07-06 13:59:54 +00:00
committed by GitHub
parent 6b5b8754cb
commit 3ef70c1bfd
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ pynginxconfig==0.3.4
PyMySQL==1.0.3 PyMySQL==1.0.3
psutil==5.9.5 psutil==5.9.5
sh==2.0.4 sh==2.0.4
SQLAlchemy==1.4.48 SQLAlchemy==1.4.49
requests>=2.20.0 requests>=2.20.0
distro==1.8.0 distro==1.8.0
argcomplete==3.0.8 argcomplete==3.0.8

View File

@@ -67,7 +67,7 @@ setup(name='wordops',
'PyMySQL == 1.0.3', 'PyMySQL == 1.0.3',
'psutil', 'psutil',
'sh', 'sh',
'SQLAlchemy == 1.4.48', 'SQLAlchemy == 1.4.49',
'requests', 'requests',
'distro', 'distro',
'argcomplete', 'argcomplete',