fix(deps): update dependency anyconfig to v0.14.0

This commit is contained in:
renovate[bot] 2024-01-31 09:39:02 +00:00 committed by GitHub
parent 48baa2f338
commit 2e7489b509
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 25 deletions

28
poetry.lock generated
View File

@ -34,23 +34,19 @@ resolvelib = ">=0.5.3,<0.9.0"
[[package]]
name = "anyconfig"
version = "0.13.0"
version = "0.14.0"
description = "Library provides common APIs to load and dump configuration files in various formats"
optional = false
python-versions = "*"
files = [
{file = "anyconfig-0.13.0-py2.py3-none-any.whl", hash = "sha256:17cb189938d6cda4d21a2dabcd63db86658d2556e767dfd4835b1011544a1f8e"},
{file = "anyconfig-0.13.0.tar.gz", hash = "sha256:03ff2e1762af388fbbbed1c1ab7f9f1ec006a91da7db3a68b963da6e7795d2ac"},
{file = "anyconfig-0.14.0.tar.gz", hash = "sha256:2cdf54af5dae8e91743ded82c54ed9d8aaefa3a9722f5d45e9b5f74b603e014d"},
]
[package.dependencies]
setuptools = "*"
[package.extras]
query = ["jmespath"]
schema = ["jsonschema"]
template = ["Jinja2"]
toml = ["toml"]
toml = ["tomli", "tomli-w"]
yaml = ["pyyaml"]
[[package]]
@ -780,22 +776,6 @@ files = [
{file = "ruff-0.1.14.tar.gz", hash = "sha256:ad3f8088b2dfd884820289a06ab718cde7d38b94972212cc4ba90d5fbc9955f3"},
]
[[package]]
name = "setuptools"
version = "69.0.3"
description = "Easily download, build, install, upgrade, and uninstall Python packages"
optional = false
python-versions = ">=3.8"
files = [
{file = "setuptools-69.0.3-py3-none-any.whl", hash = "sha256:385eb4edd9c9d5c17540511303e39a147ce2fc04bc55289c322b9e5904fe2c05"},
{file = "setuptools-69.0.3.tar.gz", hash = "sha256:be1af57fc409f93647f2e8e4573a142ed38724b8cdd389706a867bb4efcf1e78"},
]
[package.extras]
docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (<7.2.5)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (>=1,<2)", "sphinx-reredirects", "sphinxcontrib-towncrier"]
testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"]
testing-integration = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "packaging (>=23.1)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"]
[[package]]
name = "six"
version = "1.16.0"
@ -876,4 +856,4 @@ ansible-core = ["ansible-core"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9.0"
content-hash = "dc0a98bad450478c0754477e2b1477d33def3d3fc081b238068a5e53b45bc9ff"
content-hash = "1efaf114bce1a1c8072f914b070a9c24684706de7445de77669e5e364f5b968b"

View File

@ -33,7 +33,7 @@ version = "0.0.0"
PyYAML = "6.0.1"
ansible-core = { version = "2.14.14", optional = true }
ansible = { version = "7.7.0", optional = true }
anyconfig = "0.13.0"
anyconfig = "0.14.0"
appdirs = "1.4.4"
colorama = "0.4.6"
jsonschema = "4.21.1"