Skip to content

Commit

Permalink
Bump mysqlclient from 2.1.1 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [mysqlclient](https://github.com/PyMySQL/mysqlclient) from 2.1.1 to 2.2.0.
- [Release notes](https://github.com/PyMySQL/mysqlclient/releases)
- [Changelog](https://github.com/PyMySQL/mysqlclient/blob/main/HISTORY.rst)
- [Commits](PyMySQL/mysqlclient@v2.1.1...v2.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 23, 2023
1 parent b355ddb commit d19d31d
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',
'mysqlclient==2.1.1',
'mysqlclient==2.2.0',
'sql_metadata==2.8.0',
'termcolor==2.3.0',
'yamlordereddictloader==0.4.0'
Expand Down

0 comments on commit d19d31d

Please sign in to comment.