Skip to content

Update astroid requirement from <=2.5,>=2.4.0 to >=2.4.0,<2.13 #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from 1 commit
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
Next Next commit
Update astroid requirement from <=2.5,>=2.4.0 to >=2.4.0,<2.13
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@astroid-2.4.0...v2.12.2)

---
updated-dependencies:
- dependency-name: astroid
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 18, 2022
commit 9f0928a7618734cb2dbd8924ac2b779a623198c2
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
astroid<=2.5,>=2.4.0
astroid>=2.4.0,<2.13
click>=7.1.2
consolekit>=0.6.0
domdf-python-tools>=2.8.1
Expand Down