Skip to content

Commit 83cdcfe

Browse files
authored
fix: Solve dependencies broken by dependabot (#219)
1 parent c8288d7 commit 83cdcfe

File tree

2 files changed

+62
-35
lines changed

2 files changed

+62
-35
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ requests-toolbelt = "^0.9.1"
1313
urllib3 = "^1.26.0"
1414
tatsu = [
1515
{ version = "^4.4.0", python = "<3.8" },
16-
{ version = "^5.5.0", python = "^3.8" }
16+
{ version = ">=5.5.0,<5.7.0", python = ">=3.8, <3.10" },
17+
{ version = ">=5.7.0,<5.9.0", python = ">=3.10" }
1718
]
1819
sphinx = {version = ">=3.3.1,<6.0.0", optional = true}
1920
sphinx-rtd-theme = { version = ">=0.5,<1.1", optional = true }

0 commit comments

Comments
 (0)