Skip to content

Commit 4e39fe3

Browse files
committed
pyproject.toml: update snakeoil and pkgcore versions
Signed-off-by: Arthur Zamarin <[email protected]>
1 parent efa950d commit 4e39fe3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ requires = [
77
"pathspec",
88
"tree-sitter~=0.25.0",
99
"tree-sitter-bash~=0.23.1",
10-
"snakeoil@git+https://github.com/pkgcore/snakeoil.git#master",
11-
"pkgcore@git+https://github.com/pkgcore/pkgcore.git#master",
10+
"snakeoil~=0.11.0",
11+
"pkgcore~=0.12.31",
1212
]
1313
build-backend = "py_build"
1414
backend-path = ["."]
@@ -45,8 +45,8 @@ dependencies = [
4545
"pathspec",
4646
"tree-sitter~=0.25.0",
4747
"tree-sitter-bash~=0.23.1",
48-
"snakeoil@git+https://github.com/pkgcore/snakeoil.git#master",
49-
"pkgcore@git+https://github.com/pkgcore/pkgcore.git#master",
48+
"snakeoil~=0.11.0",
49+
"pkgcore~=0.12.31",
5050
]
5151

5252
[project.optional-dependencies]

0 commit comments

Comments
 (0)