aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-requirements-detector/files/patch-pyproject.toml
blob: c7ac51233ee8558ade3ba0c9254c4042e5f6f32b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig	1970-01-01 00:00:00 UTC
+++ pyproject.toml
@@ -36,7 +36,7 @@ python = ">=3.9,<4.0"
 
 [tool.poetry.dependencies]
 python = ">=3.9,<4.0"
-astroid = "^3.0"
+astroid = ">=3.0,<5"
 packaging = ">=21.3"
 tomli = { version = "^2.2.1", python = "<3.11" }
 semver = "^3.0.0"