@@ -8,8 +8,8 @@ requires = [
88 " pathspec" ,
99 " tree-sitter>=0.23.0" ,
1010 " tree-sitter-bash>=0.21.0" ,
11- " snakeoil~=0.10.8 " ,
12- " pkgcore~=0.12.25 " ,
11+ " snakeoil~=0.10.11 " ,
12+ " pkgcore~=0.12.30 " ,
1313]
1414build-backend = " py_build"
1515backend-path = [" ." ]
@@ -19,7 +19,7 @@ name = "pkgcheck"
1919description = " pkgcore-based QA utility for ebuild repos"
2020readme = " README.rst"
2121license = {file = " LICENSE" }
22- requires-python = " ~=3.10 "
22+ requires-python = " ~=3.11 "
2323# alphabetical by surname.
2424authors = [
2525 {name = " Michał Górny" , email = " mgorny@gentoo.org" },
@@ -33,7 +33,6 @@ maintainers = [
3333]
3434classifiers = [
3535 " License :: OSI Approved :: BSD License" ,
36- " Programming Language :: Python :: 3.10" ,
3736 " Programming Language :: Python :: 3.11" ,
3837 " Programming Language :: Python :: 3.12" ,
3938 " Programming Language :: Python :: 3.13" ,
@@ -48,8 +47,8 @@ dependencies = [
4847 " pathspec" ,
4948 " tree-sitter>=0.23.0" ,
5049 " tree-sitter-bash>=0.21.0" ,
51- " snakeoil~=0.10.8 " ,
52- " pkgcore~=0.12.25 " ,
50+ " snakeoil~=0.10.11 " ,
51+ " pkgcore~=0.12.30 " ,
5352]
5453
5554[project .optional-dependencies ]
@@ -60,8 +59,7 @@ test = [
6059]
6160doc = [
6261 " sphinx" ,
63- " tomli; python_version < '3.11'" ,
64- " snakeoil~=0.10.4" ,
62+ " snakeoil~=0.10.11" ,
6563]
6664network = [
6765 " requests" ,
0 commit comments