diff --git a/poetry.lock b/poetry.lock index b463fcc..c8f1c60 100644 --- a/poetry.lock +++ b/poetry.lock @@ -11,21 +11,6 @@ files = [ {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, ] -[[package]] -name = "configparser" -version = "5.3.0" -description = "Updated configparser from stdlib for earlier Pythons." -optional = false -python-versions = ">=3.7" -files = [ - {file = "configparser-5.3.0-py3-none-any.whl", hash = "sha256:b065779fd93c6bf4cee42202fa4351b4bb842e96a3fb469440e484517a49b9fa"}, - {file = "configparser-5.3.0.tar.gz", hash = "sha256:8be267824b541c09b08db124917f48ab525a6c3e837011f3130781a224c57090"}, -] - -[package.extras] -docs = ["jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx"] -testing = ["flake8 (<5)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)", "types-backports"] - [[package]] name = "exceptiongroup" version = "1.2.2" @@ -163,4 +148,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "6f0e84f0dd9a0f44abede60002b69554d1dfd50b5b920a162f3da7499cfab5bd" +content-hash = "d7a35246e59a29f563a5dae4b76339ee0c76948e1240593d5fc3e3ed770f096e" diff --git a/pyproject.toml b/pyproject.toml index 516a07d..21bbaa9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,6 @@ keywords = ["splunk"] [tool.poetry.dependencies] python = "^3.7" -configparser = "5.3.0" [tool.poetry.dev-dependencies] pytest = ">=7"