Skip to content

Commit

Permalink
fix(deps): update dependency pyecharts to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 4, 2023
1 parent 43dcc0d commit 8d2f6bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2"
python = "^3.9"
pytz = "==2022.7.1"
pywebio = "==1.7.1"
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.2; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:da3442ae28f1263b3ce586b6c34ba444398d7de3311cbc8da31116ab4bb84ad4 \
--hash=sha256:dc344cb20f8b579f299fdd062a640f2237c49d18068568bee3ec8edf680baa9b
python-dotenv==0.21.1; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:1c93de8f636cde3ce377292818d0e440b6e45a82f215c3744979151fa8151c49 \
--hash=sha256:41e12e0318bebc859fcc4d97d4db8d20ad21721a6aa5047dd59f090391cb549a
Expand Down

0 comments on commit 8d2f6bb

Please sign in to comment.