Skip to content
This repository was archived by the owner on Nov 23, 2024. It is now read-only.

Commit effb2ea

Browse files
build(deps): bump astroid from 2.15.6 to 3.1.0
Bumps [astroid](https://github.com/pylint-dev/astroid) from 2.15.6 to 3.1.0. - [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.1.0) --- updated-dependencies: - dependency-name: astroid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 88cf8b5 commit effb2ea

File tree

2 files changed

+6
-140
lines changed

2 files changed

+6
-140
lines changed

poetry.lock

Lines changed: 5 additions & 139 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ analyze-library = "library_analyzer.main:main"
1717

1818
[tool.poetry.dependencies]
1919
python = "^3.10,<3.12"
20-
astroid = "^2.14.2"
20+
astroid = ">=2.14.2,<4.0.0"
2121
black = ">=23.1,<25.0"
2222
levenshtein = ">=0.20.9,<0.26.0"
2323
scipy = "^1.10.1"

0 commit comments

Comments
 (0)