Skip to content

Commit 695a016

Browse files
week_2: pin pydantic>=2.4.0 to avoid v2 ReDoS advisory (CodeRabbit #925)
GHSA pydantic ReDoS affects >=2.0.0,<2.4.0; first patched in 2.4.0.
1 parent 3afe16b commit 695a016

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pyasn1
6363
pyasn1-modules
6464
pycodestyle
6565
pycparser
66-
pydantic>=2,<3
66+
pydantic>=2.4.0,<3
6767
pyee
6868
pyflakes
6969
PyGithub

0 commit comments

Comments
 (0)