Skip to content

Commit 758b2cd

Browse files
chore(deps): update astroid requirement from ~=2.8 to ~=2.9 (#661)
Updates the requirements on [astroid](https://github.com/PyCQA/astroid) to permit the latest version. - [Release notes](https://github.com/PyCQA/astroid/releases) - [Changelog](https://github.com/PyCQA/astroid/blob/main/ChangeLog) - [Commits](pylint-dev/astroid@v2.8.0...v2.9.0) --- updated-dependencies: - dependency-name: astroid dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e5cb9ab commit 758b2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ types-python-dateutil = "~=2.8"
2222
mock = "~=4.0"
2323

2424
pylint = "~=2.11"
25-
astroid = "~=2.8"
25+
astroid = "~=2.9"
2626
isort = "~=5.10"
2727

2828
mypy = "~=0.910"

0 commit comments

Comments
 (0)