Skip to content

Commit

Permalink
Upgrade astroid to 2.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Aug 4, 2021
1 parent fbdab02 commit 7349656
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ So, you want to release the `X.Y.Z` version of pylint ?
pinned to the latest version.
2. Install the release dependencies `pip3 install pre-commit tbump`
3. Bump the version by using `tbump X.Y.Z --no-tag --no-push`
4. Check the result
4. Check the result (Do `git diff vX.Y.Z-1 ChangeLog doc/whatsnew/` in particular).
5. Move back to a dev version for pylint with `tbump`:

```bash
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_min.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-e .
astroid==2.6.5 # Pinned to a specific version for tests
astroid==2.6.6 # Pinned to a specific version for tests
pytest~=6.2
pytest-benchmark~=3.4
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ project_urls =
packages = find:
install_requires =
appdirs>=1.4.0
astroid>=2.6.5,<2.7 # (You should also upgrade requirements_test_min.txt)
astroid>=2.6.6,<2.7 # (You should also upgrade requirements_test_min.txt)
isort>=4.2.5,<6
mccabe>=0.6,<0.7
toml>=0.7.1
Expand Down

0 comments on commit 7349656

Please sign in to comment.