Skip to content

Commit 02dd63c

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-MYSQLCONNECTORPYTHON-9724724
1 parent 3b43dfa commit 02dd63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ typing-extensions>=3.7.4.2
1818
urllib3>=1.25.10
1919
websockets>=8.1
2020
yarl>=1.5.1
21-
mysql-connector-python>=8.0.21
21+
mysql-connector-python>=9.3.0
2222
alt-profanity-check==1.1.3
2323
protobuf>=3.20.2 # not directly required, pinned by Snyk to avoid a vulnerability
2424

0 commit comments

Comments
 (0)