Merge pull request #545 from WordOps/dependabot/pip/sqlalchemy-1.4.49

Bump sqlalchemy from 1.4.48 to 1.4.49
This commit is contained in:
VirtuBox
2023-07-16 23:30:09 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

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

View File

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