Skip to content

Commit

Permalink
build(deps): bump astroid from 2.15.6 to 3.0.2
Browse files Browse the repository at this point in the history
Bumps [astroid](https://github.com/pylint-dev/astroid) from 2.15.6 to 3.0.2.
- [Release notes](https://github.com/pylint-dev/astroid/releases)
- [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog)
- [Commits](pylint-dev/astroid@v2.15.6...v3.0.2)

---
updated-dependencies:
- dependency-name: astroid
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 11, 2024
1 parent 90f8ac8 commit c6ff48f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 140 deletions.
144 changes: 5 additions & 139 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ analyze-library = "library_analyzer.main:main"

[tool.poetry.dependencies]
python = "^3.10,<3.12"
astroid = "^2.14.2"
astroid = ">=2.14.2,<4.0.0"
black = "^23.1.0"
levenshtein = ">=0.20.9,<0.24.0"
scipy = "^1.10.1"
Expand Down

0 comments on commit c6ff48f

Please sign in to comment.