Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent db189fa commit d1a123b
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.1',
'mysqlclient==2.2.3',
'sql_metadata==2.10.0',
'termcolor==2.4.0',
'yamlordereddictloader==0.4.2'
Expand Down

0 comments on commit d1a123b

Please sign in to comment.