diff --git a/poetry.lock b/poetry.lock index 4b90654..ced2bc6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -609,14 +609,14 @@ type = ["mypy (>=1.14.1)"] [[package]] name = "plotly" -version = "6.5.1" +version = "6.5.2" description = "An open-source interactive data visualization library for Python" optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "plotly-6.5.1-py3-none-any.whl", hash = "sha256:5adad4f58c360612b6c5ce11a308cdbc4fd38ceb1d40594a614f0062e227abe1"}, - {file = "plotly-6.5.1.tar.gz", hash = "sha256:b0478c8d5ada0c8756bce15315bcbfec7d3ab8d24614e34af9aff7bfcfea9281"}, + {file = "plotly-6.5.2-py3-none-any.whl", hash = "sha256:91757653bd9c550eeea2fa2404dba6b85d1e366d54804c340b2c874e5a7eb4a4"}, + {file = "plotly-6.5.2.tar.gz", hash = "sha256:7478555be0198562d1435dee4c308268187553cc15516a2f4dd034453699e393"}, ] [package.dependencies] @@ -908,4 +908,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "4e5108ef362a5d78f32e6e5245553490122271d80a9a0257a186c6e47ed8775b" +content-hash = "fb42281d30925bcfaaa8c54af852d7b8755309fe83cd7b6ff6e4eb2e62099604" diff --git a/pyproject.toml b/pyproject.toml index dc57069..75d74e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ connections = "connections.main:cli" [tool.poetry.dependencies] python = "^3.11" airports-py = "3.0.0" -plotly = "6.5.1" +plotly = "6.5.2" geojson = "3.2.0" click = "8.3.1" setuptools = "^80.9.0"