Skip to content

Commit

Permalink
pyproject: bump dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Zamarin <[email protected]>
  • Loading branch information
arthurzam committed Jan 26, 2024
1 parent c37b6bb commit afeaf1e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ requires = [
"lazy-object-proxy",
"lxml",
"pathspec",
"tree-sitter>=0.19.0",
"snakeoil~=0.10.4",
"pkgcore~=0.12.21",
"tree-sitter>=0.20.4",
"snakeoil~=0.10.7",
"pkgcore~=0.12.25",
]
build-backend = "setuptools.build_meta"

Expand All @@ -25,7 +25,7 @@ authors = [
{name = "Tim Harder", email = "[email protected]"},
{name = "Brian Harring", email = "[email protected]"},
{name = "Arthur Zamarin", email = "[email protected]"},
#{name = "Marien Zwart"},
{name = "Marien Zwart"},
]
maintainers = [
{name = "Arthur Zamarin", email = "[email protected]"},
Expand All @@ -43,9 +43,9 @@ dependencies = [
"lazy-object-proxy",
"lxml",
"pathspec",
"tree-sitter>=0.19.0",
"snakeoil~=0.10.4",
"pkgcore~=0.12.21",
"tree-sitter>=0.20.4",
"snakeoil~=0.10.7",
"pkgcore~=0.12.25",
"setuptools; python_version >= '3.12'",
]

Expand Down

0 comments on commit afeaf1e

Please sign in to comment.