Skip to content

Commit

Permalink
Bump mysqlclient from 2.2.3 to 2.2.4 (#441)
Browse files Browse the repository at this point in the history
Bumps [mysqlclient](https://github.com/PyMySQL/mysqlclient) from 2.2.3 to 2.2.4.
- [Release notes](https://github.com/PyMySQL/mysqlclient/releases)
- [Changelog](https://github.com/PyMySQL/mysqlclient/blob/main/HISTORY.rst)
- [Commits](PyMySQL/mysqlclient@v2.2.3...v2.2.4)

---
updated-dependencies:
- dependency-name: mysqlclient
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 9, 2024
1 parent 504ed3f commit 8b9ee73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
install_requires=[
'docopt==0.6.2',
'PyYAML==6.0.1',
'mysqlclient==2.2.3',
'mysqlclient==2.2.4',
'sql_metadata==2.10.0',
'termcolor==2.4.0',
'yamlordereddictloader==0.4.2'
Expand Down

0 comments on commit 8b9ee73

Please sign in to comment.