Skip to content

Commit 52d19bd

Browse files
Update mysqlclient requirement from <2.2.2 to <2.2.5
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.4) --- updated-dependencies: - dependency-name: mysqlclient dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 60e942f commit 52d19bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
factory-boy<3.4
22
testfixtures==7.2.2
33
psycopg[binary]>=3.1
4-
mysqlclient<2.2.2
4+
mysqlclient<2.2.5
55
httmock>=1.2.6

0 commit comments

Comments
 (0)