Skip to content

Commit

Permalink
fix(deps): update dependency pytz to v2023
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 29, 2024
1 parent 03799e0 commit fc8c18b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
18 changes: 14 additions & 4 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 @@ -11,7 +11,7 @@ environs = "==9.5.0"
psycopg2-binary = "==2.9.6"
pyecharts = "1.9.1"
python = "^3.9"
pytz = "==2022.7.1"
pytz = "==2023.4"
pywebio = "1.7.1"
sentry-sdk = "==1.24.0"

Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ pyecharts==1.9.1 ; python_version >= "3.9" and python_version < "4.0" \
python-dotenv==0.21.0 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:1684eb44636dd462b66c3ee016599815514527ad99965de77f43e0944634a7e5 \
--hash=sha256:b77d08274639e3d34145dfa6c7008e66df0f04b7be7a75fd0d5292c191d79045
pytz==2022.7.1 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:01a0681c4b9684a28304615eba55d1ab31ae00bf68ec157ec3708a8182dbbcd0 \
--hash=sha256:78f4f37d8198e0627c5f1143240bb0206b8691d8d7ac6d78fee88b78733f8c4a
pytz==2023.4; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:31d4583c4ed539cd037956140d695e42c033a19e984bfce9964a3f7d59bc2b40 \
--hash=sha256:f90ef520d95e7c46951105338d918664ebfd6f1d995bd7d153127ce90efafa6a
pywebio==1.7.1 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:853d103f0a46af8d8170d35fd7a1ea042fe125c7ec56cf5180e8fde212e5eed9
sentry-sdk==1.24.0; python_version >= "3.9" and python_version < "4.0" \
Expand Down

0 comments on commit fc8c18b

Please sign in to comment.