diff --git a/poetry.lock b/poetry.lock index 64bb2aa6..63f239e9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "anyio" @@ -1290,14 +1290,14 @@ test = ["hatch", "ipykernel", "openapi-core (>=0.18.0,<0.19.0)", "openapi-spec-v [[package]] name = "jupytext" -version = "1.17.3" +version = "1.18.1" description = "Jupyter notebooks as Markdown documents, Julia, Python or R scripts" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "jupytext-1.17.3-py3-none-any.whl", hash = "sha256:09b0a94cd904416e823a5ba9f41bd181031215b6fc682d2b5c18e68354feb17c"}, - {file = "jupytext-1.17.3.tar.gz", hash = "sha256:8b6dae76d63c95cad47b493c38f0d9c74491fb621dcd0980abfcac4c8f168679"}, + {file = "jupytext-1.18.1-py3-none-any.whl", hash = "sha256:24f999400726a1c658beae55e15fdd2a6255ab1a418697864cd779874e6011ab"}, + {file = "jupytext-1.18.1.tar.gz", hash = "sha256:5c0962ca8d222db45cbe1848b4805dbbe3ddb957603fc96651b6cd7fd403fafb"}, ] [package.dependencies] @@ -3411,4 +3411,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "974497d1587cc0777e9d3ad59696af26ee96f5f44f51747ecee3e7491cfaf658" +content-hash = "39786133c7597a33048617f96a171cbcf9d8bf6cac8290ccc9405a6f64ccdc48" diff --git a/pyproject.toml b/pyproject.toml index 45575faa..6bdde982 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ jupyterlab = "^4.4.9" lxml = "^4.9.1" bsyncpy = {git = "https://github.com/BuildingSync/bsyncpy.git", branch="develop" } eeweather = "^0.3.24" -jupytext = "^1.13.8" +jupytext = "^1.18.1" [tool.poetry.group.dev.dependencies] pytest = "^8.4.2"