Skip to content

Commit

Permalink
Update astroid requirement from <=2.5,>=2.4.0 to >=2.4.0,<=3.0.1
Browse files Browse the repository at this point in the history
Updates the requirements on [astroid](https://github.com/pylint-dev/astroid) to permit the latest version.
- [Release notes](https://github.com/pylint-dev/astroid/releases)
- [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog)
- [Commits](pylint-dev/astroid@astroid-2.4.0...v3.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 9b01806 commit c6cbed1
Showing 1 changed file with 1 addition and 1 deletion.
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,<=3.0.1
click>=7.1.2
consolekit>=0.6.0
domdf-python-tools>=2.8.1
Expand Down

0 comments on commit c6cbed1

Please sign in to comment.