Skip to content

Commit 5177b82

Browse files
vtemianclaude
andcommitted
security: fix ReDoS vulnerability in py library
Updated pytest from 6.2.4 to 8.2.2 and removed py==1.10.0 dependency to resolve Dependabot alert #22. Pytest 7.2.0+ no longer depends on the vulnerable py library, eliminating the ReDoS risk. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent a0750b1 commit 5177b82

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

example/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
attrs==21.2.0
22
Django==4.2.22
33
pluggy==0.13.1
4-
py==1.10.0
5-
pytest==6.2.4
4+
pytest==8.2.2
65
pytz==2021.1
76
six==1.16.0

0 commit comments

Comments
 (0)