Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 320a50c

Browse files
authoredNov 13, 2024··
Update dependency mysqlclient to v2.2.6
1 parent e7f7b7a commit 320a50c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
asgiref==3.7.2 ; python_version >= "3.10" and python_version < "4.0"
22
django-environ==0.11.2 ; python_version >= "3.10" and python_version < "4"
33
django==5.0.1 ; python_version >= "3.10" and python_version < "4.0"
4-
mysqlclient==2.2.1 ; python_version >= "3.10" and python_version < "4.0"
4+
mysqlclient==2.2.6 ; python_version >= "3.10" and python_version < "4.0"
55
python-dotenv==1.0.0 ; python_version >= "3.10" and python_version < "4.0"
66
sqlparse==0.4.4 ; python_version >= "3.10" and python_version < "4.0"
77
typing-extensions==4.9.0 ; python_version >= "3.10" and python_version < "3.11"

0 commit comments

Comments
 (0)
Please sign in to comment.