Merge pull request #539 from WordOps/dependabot/pip/pymysql-1.1.0

Bump pymysql from 1.0.3 to 1.1.0
This commit is contained in:
VirtuBox
2023-07-17 10:26:32 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
cement==2.10.12 cement==2.10.12
pynginxconfig==0.3.4 pynginxconfig==0.3.4
PyMySQL==1.0.3 PyMySQL==1.1.0
psutil==5.9.5 psutil==5.9.5
sh==2.0.4 sh==2.0.4
SQLAlchemy==1.4.49 SQLAlchemy==1.4.49

View File

@@ -64,7 +64,7 @@ setup(name='wordops',
'cement == 2.10.12', 'cement == 2.10.12',
'pystache', 'pystache',
'pynginxconfig', 'pynginxconfig',
'PyMySQL == 1.0.3', 'PyMySQL == 1.1.0',
'psutil', 'psutil',
'sh', 'sh',
'SQLAlchemy == 1.4.49', 'SQLAlchemy == 1.4.49',