Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 6eb8c49 commit ad60b8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def readme():
],
"mysql": [
"asyncmy==0.2.9",
"mysqlclient==2.2.0"
"mysqlclient==2.2.5"
],
"mariadb": [
"aiomysql==0.2.0"
Expand Down Expand Up @@ -284,7 +284,7 @@ def readme():
"pymssql==2.3.1",
"aiocouch==3.0.0",
"asyncmy==0.2.9",
"mysqlclient==2.2.0",
"mysqlclient==2.2.5",
"aiomysql==0.2.0",
"pyspark==3.5.0",
"oracledb==2.2.1",
Expand Down

0 comments on commit ad60b8b

Please sign in to comment.