Skip to content

Commit a50e0c4

Browse files
authored
Merge pull request #816 from codeflash-ai/loosen-requirements
remove version constaint for pytest
2 parents 491e616 + d073d18 commit a50e0c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ keywords = [
1717
]
1818
dependencies = [
1919
"unidiff>=0.7.4",
20-
"pytest>=7.0.0,!=8.3.4",
20+
"pytest>=7.0.0",
2121
"gitpython>=3.1.31",
2222
"libcst>=1.0.1",
2323
"jedi>=0.19.1",

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)