Skip to content

Commit d5f29f0

Browse files
chore(deps): update astroid requirement from ~=2.4 to ~=2.5 (appium#587)
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/master/ChangeLog) - [Commits](pylint-dev/astroid@astroid-2.4.0...astroid-2.5) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent db035dd commit d5f29f0

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
@@ -21,7 +21,7 @@ python-dateutil = "~=2.8"
2121
mock = "~=4.0"
2222

2323
pylint = "~=2.6"
24-
astroid = "~=2.4"
24+
astroid = "~=2.5"
2525
isort = "~=5.7"
2626

2727
mypy = "~=0.812"

0 commit comments

Comments
 (0)