Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ docs = [
# Configuration for the build system
test-min = [
# Base test dependencies
"astroid==4.0.1", # Pinned to a specific version for tests
"astroid==4.0.3", # Pinned to a specific version for tests
"py~=1.11.0",
"pytest>=8.4,<10",
"pytest-benchmark~=5.1",
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_min.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.[testutils,spelling]
# astroid dependency is also defined in pyproject.toml
astroid==4.0.2 # Pinned to a specific version for tests
astroid==4.0.3 # Pinned to a specific version for tests
typing-extensions~=4.15
py~=1.11.0
pytest>=8.4,<10.0
Expand Down
Loading