From 4bd7b421a804f8de28e0e8d30630318de97887ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Jan 2023 08:12:48 +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 abe6242..b120ff1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -578,13 +578,14 @@ files = [ [[package]] name = "pyecharts" -version = "1.9.1" +version = "2.0.1" 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.1-py3-none-any.whl", hash = "sha256:f86e357e01f3f2cf25084795740f143e36c76a5c6896baa19381f74b4c28e042"}, + {file = "pyecharts-2.0.1.tar.gz", hash = "sha256:b5d6ad51f7c183ca509cd679fde8d2163114b08e4d412800b0d180d62345a9d3"}, ] [package.dependencies] @@ -1153,4 +1154,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "bd3eb1f440d29e38069161603273724bd5f9304e4e94916fbc9928e262fa4d97" +content-hash = "a6d5f2c7faadec130faf922cf5bf6abf9d8e77ae376e9443f63d41350874e912" diff --git a/pyproject.toml b/pyproject.toml index 8b313da..998ab2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ SQLAlchemy = "==1.4.46" cachetools = "==5.3.0" environs = "==9.5.0" psycopg2-binary = "==2.9.5" -pyecharts = "1.9.1" +pyecharts = "2.0.1" python = "^3.9" pytz = "==2022.7.1" pywebio = "==1.7.1" diff --git a/requirements.txt b/requirements.txt index cb41086..7c9b293 100644 --- a/requirements.txt +++ b/requirements.txt @@ -203,8 +203,9 @@ psycopg2-binary==2.9.5 ; python_version >= "3.9" and python_version < "4.0" \ --hash=sha256:e67b3c26e9b6d37b370c83aa790bbc121775c57bfb096c2e77eacca25fd0233b \ --hash=sha256:e72c91bda9880f097c8aa3601a2c0de6c708763ba8128006151f496ca9065935 \ --hash=sha256:f95b8aca2703d6a30249f83f4fe6a9abf2e627aa892a5caaab2267d56be7ab69 -pyecharts==1.9.1 ; python_version >= "3.9" and python_version < "4.0" \ - --hash=sha256:5a4cab66bacfc644919ef652bc9e9985f532aba832af9f2992e8e3802eb718e2 +pyecharts==2.0.1; python_version >= "3.9" and python_version < "4.0" \ + --hash=sha256:b5d6ad51f7c183ca509cd679fde8d2163114b08e4d412800b0d180d62345a9d3 \ + --hash=sha256:f86e357e01f3f2cf25084795740f143e36c76a5c6896baa19381f74b4c28e042 python-dotenv==0.21.1; python_version >= "3.9" and python_version < "4.0" \ --hash=sha256:1c93de8f636cde3ce377292818d0e440b6e45a82f215c3744979151fa8151c49 \ --hash=sha256:41e12e0318bebc859fcc4d97d4db8d20ad21721a6aa5047dd59f090391cb549a