diff --git a/poetry.lock b/poetry.lock index c793cb5..1aa390b 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.22.0" +version = "5.23.0" description = "An open-source, interactive data visualization library for Python" optional = false python-versions = ">=3.8" files = [ - {file = "plotly-5.22.0-py3-none-any.whl", hash = "sha256:68fc1901f098daeb233cc3dd44ec9dc31fb3ca4f4e53189344199c43496ed006"}, - {file = "plotly-5.22.0.tar.gz", hash = "sha256:859fdadbd86b5770ae2466e542b761b247d1c6b49daed765b95bb8c7063e7469"}, + {file = "plotly-5.23.0-py3-none-any.whl", hash = "sha256:76cbe78f75eddc10c56f5a4ee3e7ccaade7c0a57465546f02098c0caed6c2d1a"}, + {file = "plotly-5.23.0.tar.gz", hash = "sha256:89e57d003a116303a34de6700862391367dd564222ab71f8531df70279fc0193"}, ] [package.dependencies] @@ -533,4 +533,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.3)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "a7904bc35c170e89c40d4ab5fcf31932de891e2d765a2934f8f0455ab777ee66" +content-hash = "9887f57b721f009aa9c44c5f073a386c413cf7b0019a094fc83d9ec515a0b120" diff --git a/pyproject.toml b/pyproject.toml index cb305c7..01f82f3 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.22.0" +plotly = "^5.23.0" [tool.poetry.group.dev.dependencies] black = "^24.4.2"