Skip to content

Commit fa8be1a

Browse files
build(deps): update dulwich requirement
Updates the requirements on [dulwich](https://github.com/dulwich/dulwich) to permit the latest version. - [Release notes](https://github.com/dulwich/dulwich/releases) - [Changelog](https://github.com/jelmer/dulwich/blob/master/NEWS) - [Commits](jelmer/dulwich@dulwich-0.22.5...dulwich-0.24.1) --- updated-dependencies: - dependency-name: dulwich dependency-version: 0.24.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 710f842 commit fa8be1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ classifiers = [
3535
]
3636
dependencies = [
3737
"distro==1.9.* ; sys_platform == 'linux'",
38-
"dulwich>=0.22.5,<0.22.9",
38+
"dulwich>=0.22.5,<0.24.2",
3939
"giturlparse>=0.12,<0.13",
4040
"imagesize>=1.4,<1.5",
4141
"packaging>=22,<26",

0 commit comments

Comments
 (0)