Skip to content

Commit f99875f

Browse files
fixup! Pin
1 parent 077e37d commit f99875f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ sphinx-reredirects<1
33
towncrier~=23.6
44
furo==2023.5.20
55
-e .
6-
astroid @ git+https://github.com/pylint-dev/pylint.git@cf8763a2b8e897ec7c8389906f3cb13714300cd2
6+
astroid @ git+https://github.com/pylint-dev/astroid.git@cf8763a2b8e897ec7c8389906f3cb13714300cd2

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies = [
4141
# Also upgrade requirements_test_min.txt.
4242
# Pinned to dev of second minor update to allow editable installs and fix primer issues,
4343
# see https://github.com/pylint-dev/astroid/issues/1341
44-
"astroid @ git+https://github.com/pylint-dev/pylint.git@cf8763a2b8e897ec7c8389906f3cb13714300cd2",
44+
"astroid @ git+https://github.com/pylint-dev/astroid.git@cf8763a2b8e897ec7c8389906f3cb13714300cd2",
4545
"isort>=4.2.5,<6",
4646
"mccabe>=0.6,<0.8",
4747
"tomli>=1.1.0;python_version<'3.11'",

requirements_test_min.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-e .[testutils,spelling]
22
# astroid dependency is also defined in pyproject.toml
3-
astroid @ git+https://github.com/pylint-dev/pylint.git@cf8763a2b8e897ec7c8389906f3cb13714300cd2
3+
astroid @ git+https://github.com/pylint-dev/astroid.git@cf8763a2b8e897ec7c8389906f3cb13714300cd2
44
typing-extensions~=4.7
55
py~=1.11.0
66
pytest~=7.4

0 commit comments

Comments
 (0)