Skip to content

Commit 924c399

Browse files
committed
fix: test-requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-BLACK-6256273
1 parent b6ef82d commit 924c399

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
mock >= 5.1.0, < 6
44
autoflake==2.3.0
5-
black==24.2.0
5+
black==24.3.0
66
flake8 >= 7.0.0, < 8
77
griffe >= 0.41.2, < 1
88
isort==5.13.2

0 commit comments

Comments
 (0)