From f7c30d42eb67c50062efdbd6e620f9b8fa12479c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Apr 2023 08:24:55 +0000 Subject: [PATCH] fix(deps): update dependency pyecharts to v2 --- poetry.lock | 7 ++++--- pyproject.toml | 2 +- requirements.txt | 5 +++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index cddeb4a..ca4ae94 100644 --- a/poetry.lock +++ b/poetry.lock @@ -569,13 +569,14 @@ files = [ [[package]] name = "pyecharts" -version = "1.9.1" +version = "2.0.3" description = "Python options, make charting easier" category = "main" optional = false python-versions = "*" files = [ - {file = "pyecharts-1.9.1-py3-none-any.whl", hash = "sha256:5a4cab66bacfc644919ef652bc9e9985f532aba832af9f2992e8e3802eb718e2"}, + {file = "pyecharts-2.0.3-py3-none-any.whl", hash = "sha256:79b54377a157d48333ee3e52fdd0333ceec8a08ecb4280371c4bf10d908154e5"}, + {file = "pyecharts-2.0.3.tar.gz", hash = "sha256:352a347c38c0bb122c1540bb2dd65cc534b3b8c9892c0e65c155d30102e824a1"}, ] [package.dependencies] @@ -1147,4 +1148,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "fba79f3b3ac4dbd5544ef23280dbf6b0971b29f3edce54c3c30cbd404213c918" +content-hash = "690c73dd5419f86c0adbc5c6973eddf52a38bee852fed9a0ba28eee54025784f" diff --git a/pyproject.toml b/pyproject.toml index 105ba7e..12ac507 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ SQLAlchemy = "==1.4.47" cachetools = "==5.3.0" environs = "==9.5.0" psycopg2-binary = "==2.9.6" -pyecharts = "1.9.1" +pyecharts = "2.0.3" python = "^3.9" pytz = "==2022.7.1" pywebio = "==1.8.1" diff --git a/requirements.txt b/requirements.txt index f7203b1..f9ce718 100644 --- a/requirements.txt +++ b/requirements.txt @@ -194,8 +194,9 @@ psycopg2-binary==2.9.6; python_version >= "3.9" and python_version < "4.0" \ --hash=sha256:f6a88f384335bb27812293fdb11ac6aee2ca3f51d3c7820fe03de0a304ab6249 \ --hash=sha256:f81e65376e52f03422e1fb475c9514185669943798ed019ac50410fb4c4df232 \ --hash=sha256:ffe9dc0a884a8848075e576c1de0290d85a533a9f6e9c4e564f19adf8f6e54a7 -pyecharts==1.9.1 ; python_version >= "3.9" and python_version < "4.0" \ - --hash=sha256:5a4cab66bacfc644919ef652bc9e9985f532aba832af9f2992e8e3802eb718e2 +pyecharts==2.0.3; python_version >= "3.9" and python_version < "4.0" \ + --hash=sha256:352a347c38c0bb122c1540bb2dd65cc534b3b8c9892c0e65c155d30102e824a1 \ + --hash=sha256:79b54377a157d48333ee3e52fdd0333ceec8a08ecb4280371c4bf10d908154e5 python-dotenv==0.21.1; python_version >= "3.9" and python_version < "4.0" \ --hash=sha256:1c93de8f636cde3ce377292818d0e440b6e45a82f215c3744979151fa8151c49 \ --hash=sha256:41e12e0318bebc859fcc4d97d4db8d20ad21721a6aa5047dd59f090391cb549a