Skip to content

Commit e02ec8d

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PROTOBUF-10364902 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194
1 parent 3b43dfa commit e02ec8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ python-dotenv>=0.14.0
1515
requests>=2.24.0
1616
soupsieve>=2.0.1
1717
typing-extensions>=3.7.4.2
18-
urllib3>=1.25.10
18+
urllib3>=2.5.0
1919
websockets>=8.1
2020
yarl>=1.5.1
2121
mysql-connector-python>=8.0.21
2222
alt-profanity-check==1.1.3
23-
protobuf>=3.20.2 # not directly required, pinned by Snyk to avoid a vulnerability
23+
protobuf>=4.25.8 # not directly required, pinned by Snyk to avoid a vulnerability
2424

0 commit comments

Comments
 (0)