|
|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand.
|
|
|
|
|
# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand.
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "astroid"
|
|
|
|
|
@ -195,6 +195,31 @@ files = [
|
|
|
|
|
[package.extras]
|
|
|
|
|
license = ["ukkonen"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "importlib-metadata"
|
|
|
|
|
version = "8.7.0"
|
|
|
|
|
description = "Read metadata from Python packages"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.9"
|
|
|
|
|
groups = ["dev"]
|
|
|
|
|
markers = "python_version == \"3.9\""
|
|
|
|
|
files = [
|
|
|
|
|
{file = "importlib_metadata-8.7.0-py3-none-any.whl", hash = "sha256:e5dd1551894c77868a30651cef00984d50e1002d06942a7101d34870c5f02afd"},
|
|
|
|
|
{file = "importlib_metadata-8.7.0.tar.gz", hash = "sha256:d13b81ad223b890aa16c5471f2ac3056cf76c5f10f82d6f9292f0b415f389000"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
zipp = ">=3.20"
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
|
check = ["pytest-checkdocs (>=2.4)", "pytest-ruff (>=0.2.1) ; sys_platform != \"cygwin\""]
|
|
|
|
|
cover = ["pytest-cov"]
|
|
|
|
|
doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"]
|
|
|
|
|
enabler = ["pytest-enabler (>=2.2)"]
|
|
|
|
|
perf = ["ipython"]
|
|
|
|
|
test = ["flufl.flake8", "importlib_resources (>=1.3) ; python_version < \"3.9\"", "jaraco.test (>=5.4)", "packaging", "pyfakefs", "pytest (>=6,!=8.1.*)", "pytest-perf (>=0.9.2)"]
|
|
|
|
|
type = ["pytest-mypy"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "iniconfig"
|
|
|
|
|
version = "2.0.0"
|
|
|
|
|
@ -209,16 +234,19 @@ files = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "isort"
|
|
|
|
|
version = "6.0.1"
|
|
|
|
|
version = "6.1.0"
|
|
|
|
|
description = "A Python utility / library to sort Python imports."
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.9.0"
|
|
|
|
|
groups = ["dev"]
|
|
|
|
|
files = [
|
|
|
|
|
{file = "isort-6.0.1-py3-none-any.whl", hash = "sha256:2dc5d7f65c9678d94c88dfc29161a320eec67328bc97aad576874cb4be1e9615"},
|
|
|
|
|
{file = "isort-6.0.1.tar.gz", hash = "sha256:1cb5df28dfbc742e490c5e41bad6da41b805b0a8be7bc93cd0fb2a8a890ac450"},
|
|
|
|
|
{file = "isort-6.1.0-py3-none-any.whl", hash = "sha256:58d8927ecce74e5087aef019f778d4081a3b6c98f15a80ba35782ca8a2097784"},
|
|
|
|
|
{file = "isort-6.1.0.tar.gz", hash = "sha256:9b8f96a14cfee0677e78e941ff62f03769a06d412aabb9e2a90487b3b7e8d481"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
importlib-metadata = {version = ">=4.6.0", markers = "python_version < \"3.10\""}
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
|
colors = ["colorama"]
|
|
|
|
|
plugins = ["setuptools"]
|
|
|
|
|
@ -659,7 +687,28 @@ platformdirs = ">=3.9.1,<5"
|
|
|
|
|
docs = ["furo (>=2023.7.26)", "proselint (>=0.13)", "sphinx (>=7.1.2,!=7.3)", "sphinx-argparse (>=0.4)", "sphinxcontrib-towncrier (>=0.2.1a0)", "towncrier (>=23.6)"]
|
|
|
|
|
test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess (>=1)", "flaky (>=3.7)", "packaging (>=23.1)", "pytest (>=7.4)", "pytest-env (>=0.8.2)", "pytest-freezer (>=0.4.8) ; platform_python_implementation == \"PyPy\" or platform_python_implementation == \"CPython\" and sys_platform == \"win32\" and python_version >= \"3.13\"", "pytest-mock (>=3.11.1)", "pytest-randomly (>=3.12)", "pytest-timeout (>=2.1)", "setuptools (>=68)", "time-machine (>=2.10) ; platform_python_implementation == \"CPython\""]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zipp"
|
|
|
|
|
version = "3.23.0"
|
|
|
|
|
description = "Backport of pathlib-compatible object wrapper for zip files"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.9"
|
|
|
|
|
groups = ["dev"]
|
|
|
|
|
markers = "python_version == \"3.9\""
|
|
|
|
|
files = [
|
|
|
|
|
{file = "zipp-3.23.0-py3-none-any.whl", hash = "sha256:071652d6115ed432f5ce1d34c336c0adfd6a884660d1e9712a256d3d3bd4b14e"},
|
|
|
|
|
{file = "zipp-3.23.0.tar.gz", hash = "sha256:a07157588a12518c9d4034df3fbbee09c814741a33ff63c05fa29d26a2404166"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
|
check = ["pytest-checkdocs (>=2.4)", "pytest-ruff (>=0.2.1) ; sys_platform != \"cygwin\""]
|
|
|
|
|
cover = ["pytest-cov"]
|
|
|
|
|
doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"]
|
|
|
|
|
enabler = ["pytest-enabler (>=2.2)"]
|
|
|
|
|
test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more_itertools", "pytest (>=6,!=8.1.*)", "pytest-ignore-flaky"]
|
|
|
|
|
type = ["pytest-mypy"]
|
|
|
|
|
|
|
|
|
|
[metadata]
|
|
|
|
|
lock-version = "2.1"
|
|
|
|
|
python-versions = "^3.9"
|
|
|
|
|
content-hash = "f2b4b65c025fa4562d3687d4cfc9a33f0d1a3b8740a4776cf8fb5427167ce7d8"
|
|
|
|
|
content-hash = "9093bd3bee72fd875c61a329e231526dc59e64740342a7288e615d8ec54b43f3"
|
|
|
|
|
|