Merge pull request #527 from WordOps/dependabot/pip/pymysql-1.0.3

Bump pymysql from 0.10.1 to 1.0.3
This commit is contained in:
VirtuBox
2023-05-24 16:25:27 +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==0.10.1 PyMySQL==1.0.3
psutil==5.9.4 psutil==5.9.4
sh==1.14.3 sh==1.14.3
SQLAlchemy==1.4.48 SQLAlchemy==1.4.48

View File

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