diff --git a/poetry.lock b/poetry.lock index d1c1ec5..d083350 100644 --- a/poetry.lock +++ b/poetry.lock @@ -305,13 +305,13 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.2.2)", "pytest- [[package]] name = "plotly" -version = "5.21.0" +version = "5.22.0" description = "An open-source, interactive data visualization library for Python" optional = false python-versions = ">=3.8" files = [ - {file = "plotly-5.21.0-py3-none-any.whl", hash = "sha256:a33f41fd5922e45b2b253f795b200d14452eb625790bb72d0a72cf1328a6abbf"}, - {file = "plotly-5.21.0.tar.gz", hash = "sha256:69243f8c165d4be26c0df1c6f0b7b258e2dfeefe032763404ad7e7fb7d7c2073"}, + {file = "plotly-5.22.0-py3-none-any.whl", hash = "sha256:68fc1901f098daeb233cc3dd44ec9dc31fb3ca4f4e53189344199c43496ed006"}, + {file = "plotly-5.22.0.tar.gz", hash = "sha256:859fdadbd86b5770ae2466e542b761b247d1c6b49daed765b95bb8c7063e7469"}, ] [package.dependencies] @@ -534,4 +534,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.3)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "955cecbcff382bfebcb0134ff92e75535c7f73fe1c86bbcf4f102007975c517c" +content-hash = "7b0c80ec61226eae790eb29f12a0583743171036dfb1e1fe44f657d2bd8c0366" diff --git a/pyproject.toml b/pyproject.toml index 6bf1c9f..6b065de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ license = "MPL-2.0" [tool.poetry.dependencies] python = "^3.8" GitPython = "^3.1.43" -plotly = "^5.21.0" +plotly = "^5.22.0" [tool.poetry.group.dev.dependencies] black = "^24.4.2"