diff --git a/poetry.lock b/poetry.lock index 0e2e80b..4cc2b96 100644 --- a/poetry.lock +++ b/poetry.lock @@ -601,7 +601,7 @@ docs = ["Sphinx (>=4.1.2,<5.0.0)", "furo (>=2021.8.17-beta.43,<2022.0.0)", "myst name = "jinja2" version = "3.1.5" description = "A very fast and expressive template engine." -optional = false +optional = true python-versions = ">=3.7" files = [ {file = "jinja2-3.1.5-py3-none-any.whl", hash = "sha256:aba0f4dc9ed8013c424088f68a5c226f7d6097ed89b246d7749c2ec4175c6adb"}, @@ -642,7 +642,7 @@ testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"] name = "markupsafe" version = "3.0.2" description = "Safely add untrusted strings to HTML/XML markup." -optional = false +optional = true python-versions = ">=3.9" files = [ {file = "MarkupSafe-3.0.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:7e94c425039cde14257288fd61dcfb01963e658efbc0ff54f5306b06054700f8"}, @@ -1307,4 +1307,4 @@ docs = ["Sphinx", "myst-parser", "sphinx-rtd-theme"] [metadata] lock-version = "2.0" python-versions = "^3.13" -content-hash = "31d2afa5549a1b6509a38d90fe00ffd934600b6619192ddb07d304565636eaec" +content-hash = "09bf8fb55a6a534c42f89093e5aeeac34f0213ae2aaadd4374404cf48ed649ec" diff --git a/pyproject.toml b/pyproject.toml index ff56cab..b647635 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,6 @@ aiolifx = "^1.1.0" Sphinx = {version = "^8.0.0", optional = true} sphinx-rtd-theme = {version = "^3.0.0", optional = true} myst-parser = {version = "^4.0.0", optional = true} -jinja2 = "^3.1.5" [tool.poetry.extras] docs = [ @@ -46,7 +45,7 @@ docs = [ ] [tool.poetry.group.dev.dependencies] -pytest = "^8.2" +pytest = "^8.3" pytest-cov = "^6.0.0" pre-commit = "^4.0.0" pytest-asyncio = "^0.25.0"