diff --git a/pyproject.toml b/pyproject.toml index 1e711e8..d5b8771 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta" [project] name = "dirstree" -version = "0.0.5" +version = "0.0.6" authors = [{ name = "Evgeniy Blinov", email = "zheni-b@yandex.ru" }] description = 'Another library for iterating through the contents of a directory' readme = "README.md" requires-python = ">=3.8" dependencies = [ - 'printo>=0.0.22', - 'cantok==0.0.32', - 'sigmatch>=0.0.8', + 'printo>=0.0.27', + 'cantok>=0.0.36', + 'sigmatch>=0.0.10', 'pathspec==0.12.1', ] classifiers = [ @@ -35,6 +35,7 @@ classifiers = [ 'License :: OSI Approved :: MIT License', 'Intended Audience :: Developers', 'Topic :: Software Development :: Libraries', + 'Typing :: Typed', ] keywords = ['files iteration'] diff --git a/requirements_dev.txt b/requirements_dev.txt index 6105320..c617929 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,4 +1,4 @@ -pytest==8.0.2 +pytest==8.3.5 coverage==7.6.1 build==1.2.2.post1 twine==6.1.0