Skip to content

Commit

Permalink
⬆️ upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu authored Dec 1, 2023
1 parent 374c0bc commit 27d9fae
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 73 deletions.
143 changes: 74 additions & 69 deletions poetry.lock

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

10 changes: 6 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,19 @@ license = "MIT"

[tool.poetry.dependencies]
python = "^3.11"
# pin anyio v3 due to fastapi incompatibility
anyio = "^3.7.1"
psutil = "^5.7.2"
Jinja2 = "^3.0.0"
unidiff = "^0.7.0"
humanize = "^4.0.0"
asyncpg = "^0.28.0"
asyncpg = "^0.29.0"
playwright = "^1.17.2"
mdit-py-emoji = "^0.1.0"
typing-extensions = "^4.0.0"
nonebot-plugin-orm = "^0.6.0"
nonebot-adapter-qq = "^1.3.0"
nonebot-plugin-sentry = "^1.0.0"
nonebot-adapter-qq = "^1.3.2"
nonebot-plugin-sentry = "^1.0.1"
nonebot-adapter-github = "^0.3.0"
nonebot-adapter-onebot = "^2.1.4"
redis = { version = "^5.0.0", extras = ["hiredis"] }
Expand All @@ -32,7 +34,7 @@ nonemoji = "^0.1.2"
pre-commit = "^3.1.0"

[tool.poetry.group.deploy.dependencies]
gunicorn = "^20.1.0"
gunicorn = "^21.1.0"
uvicorn = ">=0.18.3,<1.0.0"

[tool.black]
Expand Down

0 comments on commit 27d9fae

Please sign in to comment.