diff --git a/poetry.lock b/poetry.lock index 49b0cc4a..0f100ecd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1740,14 +1740,14 @@ test = ["jupyter-server (>=2.0.0)", "pytest (>=7.0)", "pytest-jupyter[server] (> [[package]] name = "jupyterlab" -version = "4.5.1" +version = "4.5.2" description = "JupyterLab computational environment" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "jupyterlab-4.5.1-py3-none-any.whl", hash = "sha256:31b059de96de0754ff1f2ce6279774b6aab8c34d7082e9752db58207c99bd514"}, - {file = "jupyterlab-4.5.1.tar.gz", hash = "sha256:09da1ddfbd9eec18b5101dbb8515612aa1e47443321fb99503725a88e93d20d9"}, + {file = "jupyterlab-4.5.2-py3-none-any.whl", hash = "sha256:76466ebcfdb7a9bb7e2fbd6459c0e2c032ccf75be673634a84bee4b3e6b13ab6"}, + {file = "jupyterlab-4.5.2.tar.gz", hash = "sha256:c80a6b9f6dace96a566d590c65ee2785f61e7cd4aac5b4d453dcc7d0d5e069b7"}, ] [package.dependencies] @@ -2302,19 +2302,19 @@ files = [ [[package]] name = "notebook" -version = "7.5.1" +version = "7.5.2" description = "Jupyter Notebook - A web-based notebook environment for interactive computing" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "notebook-7.5.1-py3-none-any.whl", hash = "sha256:f4e2451c19910c33b88709b84537e11f6368c1cdff1aa0c43db701aea535dd44"}, - {file = "notebook-7.5.1.tar.gz", hash = "sha256:b2fb4cef4d47d08c33aecce1c6c6e84be05436fbd791f88fce8df9fbca088b75"}, + {file = "notebook-7.5.2-py3-none-any.whl", hash = "sha256:17d078a98603d70d62b6b4b3fcb67e87d7a68c398a7ae9b447eb2d7d9aec9979"}, + {file = "notebook-7.5.2.tar.gz", hash = "sha256:83e82f93c199ca730313bea1bb24bc279ea96f74816d038a92d26b6b9d5f3e4a"}, ] [package.dependencies] jupyter-server = ">=2.4.0,<3" -jupyterlab = ">=4.5.1,<4.6" +jupyterlab = ">=4.5.2,<4.6" jupyterlab-server = ">=2.28.0,<3" notebook-shim = ">=0.2,<0.3" tornado = ">=6.2.0" @@ -4130,14 +4130,14 @@ test = ["argcomplete (>=3.0.3)", "mypy (>=1.7.0)", "pre-commit", "pytest (>=7.0, [[package]] name = "types-geopandas" -version = "1.1.1.20251214" +version = "1.1.2.20251224" description = "Typing stubs for geopandas" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "types_geopandas-1.1.1.20251214-py3-none-any.whl", hash = "sha256:d488701f9492213410e0592c0b4c8d36e68285121f06f51d8cb8a90fe7abb564"}, - {file = "types_geopandas-1.1.1.20251214.tar.gz", hash = "sha256:84faf42433a1d664959356350f6be15d44ba9dda109206a9c5e2b39dd6c8a56a"}, + {file = "types_geopandas-1.1.2.20251224-py3-none-any.whl", hash = "sha256:60a588966842e2ef1b8f796b847a0a9244bb3d4c03a0237a123899fc77cf8d32"}, + {file = "types_geopandas-1.1.2.20251224.tar.gz", hash = "sha256:85f410f6c3f46013400999922a562f9cca67234499184c24639d0a8c777411dd"}, ] [package.dependencies] @@ -4378,4 +4378,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9, <3.13" -content-hash = "cbcc043f90999df039db0e84302cbaa118f7ae411826caf7f6632ab0cc5ff707" +content-hash = "1df52d63721523da688b1adb9c12bfe4a3ddda59cf03720d9983fd98c2799910" diff --git a/pyproject.toml b/pyproject.toml index 2621f55e..96e47875 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,8 +26,8 @@ pytest-cov = "^7.0.0" nbformat = "^5.10.4" folium = "^0.20.0" osmnx = "^2.0.7" -notebook = "^7.5.1" -types-geopandas = "^1.1.1.20251214" +notebook = "^7.5.2" +types-geopandas = "^1.1.2.20251224" mypy = "^1.19.1"