Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 8, 2024
1 parent 3053dc1 commit ff0ac30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 38 deletions.
40 changes: 4 additions & 36 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cachetools = "==5.3.0"
environs = "==9.5.0"
psycopg2-binary = "==2.9.6"
pyecharts = "1.9.1"
python = "^3.9"
python = "3.12.4"
pytz = "==2022.7.1"
pywebio = "1.7.1"
sentry-sdk = "==1.24.0"
Expand All @@ -23,7 +23,7 @@ pylint = "==2.17.5"

[build-system]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core==1.9.0"]

[tool.semantic_release]
branch = "main"
Expand Down

0 comments on commit ff0ac30

Please sign in to comment.