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 Apr 28, 2023
1 parent 069b6fc commit 9e5ae2d
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.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.2"
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,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.0 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:1684eb44636dd462b66c3ee016599815514527ad99965de77f43e0944634a7e5 \
--hash=sha256:b77d08274639e3d34145dfa6c7008e66df0f04b7be7a75fd0d5292c191d79045
Expand Down

0 comments on commit 9e5ae2d

Please sign in to comment.