Skip to content

Commit 9a6f450

Browse files
fix(deps): pin dependencies
1 parent e7f8207 commit 9a6f450

File tree

2 files changed

+6
-38
lines changed

2 files changed

+6
-38
lines changed

poetry.lock

+4-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cachetools = "==5.3.0"
1010
environs = "==9.5.0"
1111
psycopg2-binary = "==2.9.6"
1212
pyecharts = "1.9.1"
13-
python = "^3.9"
13+
python = "3.13.1"
1414
pytz = "==2022.7.1"
1515
pywebio = "1.7.1"
1616
sentry-sdk = "==1.24.0"
@@ -23,7 +23,7 @@ pylint = "==2.17.5"
2323

2424
[build-system]
2525
build-backend = "poetry.core.masonry.api"
26-
requires = ["poetry-core>=1.0.0"]
26+
requires = ["poetry-core==2.0.0"]
2727

2828
[tool.semantic_release]
2929
branch = "main"

0 commit comments

Comments
 (0)