Skip to content

Commit 571f3d9

Browse files
Update pytest requirement from >=7.0.0 to >=9.1.0
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.0.0...9.1.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 05ad8d7 commit 571f3d9

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
@@ -1,6 +1,6 @@
11
# Core evolution system
22
openai>=1.0.0 # LLM client (OpenAI-compatible: Mistral, Ollama, etc.)
3-
pytest>=7.0.0 # Test execution for generated code
3+
pytest>=9.1.0 # Test execution for generated code
44
flake8>=6.0.0 # Linting for generated code
55

66
# Development

0 commit comments

Comments
 (0)