Skip to content
Merged
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
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [
# Also upgrade requirements_test_min.txt.
# Pinned to dev of second minor update to allow editable installs and fix primer issues,
# see https://github.com/pylint-dev/astroid/issues/1341
"astroid>=4.0.0b2,<=4.1.0.dev0",
"astroid>=4.0.0rc0,<=4.1.0.dev0",
"colorama>=0.4.5; sys_platform=='win32'",
"dill>=0.2; python_version<'3.11'",
"dill>=0.3.6; python_version>='3.11'",
Expand Down Expand Up @@ -94,7 +94,7 @@ docs = [
# Configuration for the build system
test-min = [
# Base test dependencies
"astroid==4.0.0b2", # Pinned to a specific version for tests
"astroid==4.0.0rc0", # Pinned to a specific version for tests
"py~=1.11.0",
"pytest~=8.4",
"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.0b2 # Pinned to a specific version for tests
astroid==4.0.0rc0 # Pinned to a specific version for tests
typing-extensions~=4.15
py~=1.11.0
pytest~=8.4
Expand Down
Loading