Bump pymysql from 0.10.1 to 1.0.3

Bumps [pymysql](https://github.com/PyMySQL/PyMySQL) from 0.10.1 to 1.0.3.
- [Release notes](https://github.com/PyMySQL/PyMySQL/releases)
- [Changelog](https://github.com/PyMySQL/PyMySQL/blob/main/CHANGELOG.md)
- [Commits](https://github.com/PyMySQL/PyMySQL/compare/v0.10.1...v1.0.3)

---
updated-dependencies:
- dependency-name: pymysql
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-05-18 14:34:05 +00:00
committed by GitHub
parent 881a922db0
commit 1862ab8a84
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
cement==2.10.12
pynginxconfig==0.3.4
PyMySQL==0.10.1
PyMySQL==1.0.3
psutil==5.9.4
sh==1.14.3
SQLAlchemy==1.4.48

View File

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