Skip to content

Commit 1c9abb4

Browse files
authored
Fix for CVE-2024-3772 (#71)
Update requirements.txt of Fix for CVE-2024-3772
1 parent a764800 commit 1c9abb4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

kerngen/requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# NOTE pytest requires pydantic to be to be [1.7, 2.0)
2-
pydantic ~= 1.10
1+
# NOTE pytest requires pydantic to be (1.10, 2.11)
2+
# CVE-2024-3772 (Vulnerability GHSA-mr82-8j83-vxmv) requires ~=1.10.13 0r ~=2.4.0
3+
pydantic ~= 1.10.13
34

45
# for dev / commits
56
black ~= 25.1

0 commit comments

Comments
 (0)