|
|
@@ -143,22 +143,22 @@ test = ["pytest (>=6)"] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "importlib-metadata" |
|
|
|
version = "7.0.1" |
|
|
|
version = "7.1.0" |
|
|
|
description = "Read metadata from Python packages" |
|
|
|
optional = false |
|
|
|
python-versions = ">=3.8" |
|
|
|
files = [ |
|
|
|
{file = "importlib_metadata-7.0.1-py3-none-any.whl", hash = "sha256:4805911c3a4ec7c3966410053e9ec6a1fecd629117df5adee56dfc9432a1081e"}, |
|
|
|
{file = "importlib_metadata-7.0.1.tar.gz", hash = "sha256:f238736bb06590ae52ac1fab06a3a9ef1d8dce2b7a35b5ab329371d6c8f5d2cc"}, |
|
|
|
{file = "importlib_metadata-7.1.0-py3-none-any.whl", hash = "sha256:30962b96c0c223483ed6cc7280e7f0199feb01a0e40cfae4d4450fc6fab1f570"}, |
|
|
|
{file = "importlib_metadata-7.1.0.tar.gz", hash = "sha256:b78938b926ee8d5f020fc4772d487045805a55ddbad2ecf21c6d60938dc7fcd2"}, |
|
|
|
] |
|
|
|
|
|
|
|
[package.dependencies] |
|
|
|
zipp = ">=0.5" |
|
|
|
|
|
|
|
[package.extras] |
|
|
|
docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (<7.2.5)", "sphinx (>=3.5)", "sphinx-lint"] |
|
|
|
docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] |
|
|
|
perf = ["ipython"] |
|
|
|
testing = ["flufl.flake8", "importlib-resources (>=1.3)", "packaging", "pyfakefs", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy (>=0.9.1)", "pytest-perf (>=0.9.2)", "pytest-ruff"] |
|
|
|
testing = ["flufl.flake8", "importlib-resources (>=1.3)", "jaraco.test (>=5.4)", "packaging", "pyfakefs", "pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy", "pytest-perf (>=0.9.2)", "pytest-ruff (>=0.2.1)"] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "iniconfig" |
|
|
|