diff --git a/poetry.lock b/poetry.lock index 34a6424..0c30276 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,23 +2,19 @@ [[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]] @@ -1002,22 +998,6 @@ files = [ {file = "ruff-0.1.13.tar.gz", hash = "sha256:e261f1baed6291f434ffb1d5c6bd8051d1c2a26958072d38dfbec39b3dda7352"}, ] -[[package]] -name = "setuptools" -version = "69.0.2" -description = "Easily download, build, install, upgrade, and uninstall Python packages" -optional = false -python-versions = ">=3.8" -files = [ - {file = "setuptools-69.0.2-py3-none-any.whl", hash = "sha256:1e8fdff6797d3865f37397be788a4e3cba233608e9b509382a2777d25ebde7f2"}, - {file = "setuptools-69.0.2.tar.gz", hash = "sha256:735896e78a4742605974de002ac60562d286fa8051a7e2299445e8e8fbb01aa6"}, -] - -[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" @@ -1130,4 +1110,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "8d02e4f1056d095a40a27eb716d495809ae4a206b763dc5ce5a403019ae15b4d" +content-hash = "b59aa3b12a3680b4d2d6117286067324f3cf5f5cd9b4004f48e6208e726b24e4" diff --git a/pyproject.toml b/pyproject.toml index bed17e4..4546669 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ repository = "https://github.com/thegeeklab/docker-tidy/" version = "0.0.0" [tool.poetry.dependencies] -anyconfig = "0.13.0" +anyconfig = "0.14.0" appdirs = "1.4.4" certifi = "2023.11.17" colorama = "0.4.6"