Refresh pathspec and rich dependencies
Some checks failed
Run Tests / test (3.11) (push) Has been cancelled
Run Tests / test (3.13) (push) Has been cancelled
Run Tests / test (3.14) (push) Has been cancelled
Run Tests / test (3.9) (push) Has been cancelled

This commit is contained in:
Kirill Markin 2026-04-13 11:37:05 +02:00
parent 95db4af30f
commit c5038f2ab5
No known key found for this signature in database
GPG key ID: 03AB9530E15B9C1C
2 changed files with 6 additions and 21 deletions

24
poetry.lock generated
View file

@ -1009,19 +1009,6 @@ files = [
{file = "packaging-25.0.tar.gz", hash = "sha256:d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f"}, {file = "packaging-25.0.tar.gz", hash = "sha256:d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f"},
] ]
[[package]]
name = "pathspec"
version = "0.12.1"
description = "Utility library for gitignore style pattern matching of file paths."
optional = false
python-versions = ">=3.8"
groups = ["main"]
markers = "python_version < \"3.11\""
files = [
{file = "pathspec-0.12.1-py3-none-any.whl", hash = "sha256:a0d503e138a4c123b27490a4f7beda6a01c6f288df0e4a8b79c7eb0dc7b4cc08"},
{file = "pathspec-0.12.1.tar.gz", hash = "sha256:a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712"},
]
[[package]] [[package]]
name = "pathspec" name = "pathspec"
version = "1.0.4" version = "1.0.4"
@ -1029,7 +1016,6 @@ description = "Utility library for gitignore style pattern matching of file path
optional = false optional = false
python-versions = ">=3.9" python-versions = ">=3.9"
groups = ["main"] groups = ["main"]
markers = "python_version >= \"3.11\""
files = [ files = [
{file = "pathspec-1.0.4-py3-none-any.whl", hash = "sha256:fb6ae2fd4e7c921a165808a552060e722767cfa526f99ca5156ed2ce45a5c723"}, {file = "pathspec-1.0.4-py3-none-any.whl", hash = "sha256:fb6ae2fd4e7c921a165808a552060e722767cfa526f99ca5156ed2ce45a5c723"},
{file = "pathspec-1.0.4.tar.gz", hash = "sha256:0210e2ae8a21a9137c0d470578cb0e595af87edaa6ebf12ff176f14a02e0e645"}, {file = "pathspec-1.0.4.tar.gz", hash = "sha256:0210e2ae8a21a9137c0d470578cb0e595af87edaa6ebf12ff176f14a02e0e645"},
@ -1372,15 +1358,15 @@ idna2008 = ["idna"]
[[package]] [[package]]
name = "rich" name = "rich"
version = "14.3.4" version = "15.0.0"
description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
optional = true optional = true
python-versions = ">=3.8.0" python-versions = ">=3.9.0"
groups = ["main"] groups = ["main"]
markers = "extra == \"dev\"" markers = "extra == \"dev\""
files = [ files = [
{file = "rich-14.3.4-py3-none-any.whl", hash = "sha256:07e7adb4690f68864777b1450859253bed81a99a31ac321ac1817b2313558952"}, {file = "rich-15.0.0-py3-none-any.whl", hash = "sha256:33bd4ef74232fb73fe9279a257718407f169c09b78a87ad3d296f548e27de0bb"},
{file = "rich-14.3.4.tar.gz", hash = "sha256:817e02727f2b25b40ef56f5aa2217f400c8489f79ca8f46ea2b70dd5e14558a9"}, {file = "rich-15.0.0.tar.gz", hash = "sha256:edd07a4824c6b40189fb7ac9bc4c52536e9780fbbfbddf6f1e2502c31b068c36"},
] ]
[package.dependencies] [package.dependencies]
@ -1571,4 +1557,4 @@ dev = ["black", "build", "isort", "mypy", "pylint", "pytest", "twine"]
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = ">=3.9" python-versions = ">=3.9"
content-hash = "59eb79d47d7ce46bf6a64ddad598443a545a8b3e65bf6ae9a403e7cb680099b0" content-hash = "3a55c24642f7f9b322e692619a3096b4e25b222403b9c1da88eb5ad72135e7ea"

View file

@ -20,7 +20,7 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"setuptools>=70.0.0", "setuptools>=70.0.0",
"pathspec>=0.12.1", "pathspec>=1.0.4",
"argparse>=1.4.0", "argparse>=1.4.0",
"PyYAML>=6.0.1", "PyYAML>=6.0.1",
] ]
@ -50,4 +50,3 @@ disable = [
] ]