Skip to content

Commit

Permalink
chore(deps): Bump mysqlclient from 2.2.1 to 2.2.3 (#34)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 329855d commit 33b03b2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sqlalchemy = "<2"
sshtunnel = "0.4.0"

# Binary client for MySQL
mysqlclient = { version = "==2.2.1", optional = true }
mysqlclient = { version = "==2.2.3", optional = true }

[tool.poetry.group.dev.dependencies]
faker = ">=20"
Expand Down

0 comments on commit 33b03b2

Please sign in to comment.