Skip to content

Commit

Permalink
chore(deps): bump pymysql from 1.0.2 to 1.1.0
Browse files Browse the repository at this point in the history
Bumps [pymysql](https://github.com/PyMySQL/PyMySQL) from 1.0.2 to 1.1.0.
- [Release notes](https://github.com/PyMySQL/PyMySQL/releases)
- [Changelog](https://github.com/PyMySQL/PyMySQL/blob/main/CHANGELOG.md)
- [Commits](PyMySQL/PyMySQL@v1.0.2...v1.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 27, 2024
1 parent 3aade0e commit 5b09be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ ptyprocess==0.7.0
py==1.11.0; python_version >= '3.5'
pycparser==2.21; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pygments==2.11.2; python_version >= '3.5'
pymysql==1.0.2; python_version >= '3.6'
pymysql==1.1.0; python_version >= '3.6'
pyopenssl==22.0.0; python_version >= '3.7'
pyotp==2.6.0; python_version >= '3.5'
pytest==7.0.1; python_version >= '3.6'
Expand Down

0 comments on commit 5b09be1

Please sign in to comment.