diff --git a/apps/maps/poetry.lock b/apps/maps/poetry.lock index 086b26d734..5cfd2906f8 100644 --- a/apps/maps/poetry.lock +++ b/apps/maps/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aiohttp" @@ -1299,13 +1299,13 @@ files = [ [[package]] name = "typing-extensions" -version = "4.11.0" +version = "4.12.0" description = "Backported and Experimental Type Hints for Python 3.8+" optional = false python-versions = ">=3.8" files = [ - {file = "typing_extensions-4.11.0-py3-none-any.whl", hash = "sha256:c1f94d72897edaf4ce775bb7558d5b79d8126906a14ea5ed1635921406c0387a"}, - {file = "typing_extensions-4.11.0.tar.gz", hash = "sha256:83f085bd5ca59c80295fc2a82ab5dac679cbe02b9f33f7d83af68e241bea51b0"}, + {file = "typing_extensions-4.12.0-py3-none-any.whl", hash = "sha256:b349c66bea9016ac22978d800cfff206d5f9816951f12a7d0ec5578b0a819594"}, + {file = "typing_extensions-4.12.0.tar.gz", hash = "sha256:8cbcdc8606ebcb0d95453ad7dc5065e6237b6aa230a31e81d0f440c30fed5fd8"}, ] [[package]] diff --git a/apps/maps/pyproject.toml b/apps/maps/pyproject.toml index f549081c1e..da10b85443 100644 --- a/apps/maps/pyproject.toml +++ b/apps/maps/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "calitp_map_utils" -version = "2024.5.23" +version = "2024.5.24" description = "" authors = ["Andrew Vaccaro "] readme = "README.md"