diff --git a/poetry.lock b/poetry.lock index a87150c..2b6e6f0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -164,7 +164,7 @@ unicode_backport = ["unicodedata2"] name = "click" version = "8.1.3" description = "Composable command line interface toolkit" -category = "main" +category = "dev" optional = false python-versions = ">=3.7" @@ -176,7 +176,7 @@ importlib-metadata = {version = "*", markers = "python_version < \"3.8\""} name = "colorama" version = "0.4.4" description = "Cross-platform colored terminal text." -category = "main" +category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" @@ -449,7 +449,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" name = "importlib-metadata" version = "4.2.0" description = "Read metadata from Python packages" -category = "main" +category = "dev" optional = false python-versions = ">=3.6" @@ -1253,7 +1253,7 @@ tests = ["cmake", "codecov", "ninja", "pybind11", "pytest-cov", "pytest-cov", "p name = "zipp" version = "3.7.0" description = "Backport of pathlib-compatible object wrapper for zip files" -category = "main" +category = "dev" optional = false python-versions = ">=3.7" @@ -1264,7 +1264,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "1a785f490571a2b42e3a924d5c46a90c7c8e166d8961a8c5046c609ccf833ba6" +content-hash = "d1939b2e3d8591f46e8087b85cfcac674f4640bdab6b3b8eddf6bcf59e9e1468" [metadata.files] alabaster = [ diff --git a/pyproject.toml b/pyproject.toml index 62e6de9..d14eddc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,6 @@ Changelog = "https://github.com/andrewthetechie/py-healthchecks.io/releases" [tool.poetry.dependencies] python = "^3.7" -click = "^8.0.1" pydantic = "^1.8.2" httpx = ">=0.21.1,<0.24.0" croniter = "^1.1.0"