Skip to content

Commit a415cb3

Browse files
committed
Add minimum version for dulwich
1 parent ccdfe53 commit a415cb3

File tree

2 files changed

+73
-55
lines changed

2 files changed

+73
-55
lines changed

poetry.lock

Lines changed: 72 additions & 54 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
@@ -50,7 +50,7 @@ typer = { version = "^0.12.3", optional = true }
5050
pytest = { version = "*", optional = true }
5151
pyyaml = { version = "^6", optional = true }
5252
eval-type-backport = { version = "^0.2.2", python = "~3.9" }
53-
dulwich = "^0.22.7"
53+
dulwich = "^0.21.4"
5454

5555
[tool.poetry.group.dev.dependencies]
5656
pytest = "*"

0 commit comments

Comments
 (0)