Skip to content

Commit

Permalink
Update mysqlclient requirement from <2.2.1 to <2.2.4
Browse files Browse the repository at this point in the history
Updates the requirements on [mysqlclient](https://github.com/PyMySQL/mysqlclient) to permit the latest version.
- [Release notes](https://github.com/PyMySQL/mysqlclient/releases)
- [Changelog](https://github.com/PyMySQL/mysqlclient/blob/main/HISTORY.rst)
- [Commits](PyMySQL/mysqlclient@MySQLdb-0.9.0b1...v2.2.3)

---
updated-dependencies:
- dependency-name: mysqlclient
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent aea9f40 commit 8b545fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
factory-boy>=2.4
testfixtures==7.2.2
psycopg[binary]>=3.1
mysqlclient<2.2.1
mysqlclient<2.2.4

0 comments on commit 8b545fb

Please sign in to comment.