Skip to content

Commit

Permalink
update akatsuki-pp-py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsunyoku committed Sep 2, 2024
1 parent c8e417a commit 1fbffca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pytimeparse = "1.1.8"
pydantic = "2.6.1"
redis = { extras = ["hiredis"], version = "5.0.1" }
sqlalchemy = ">=1.4.42,<1.5"
akatsuki-pp-py = "1.0.0"
akatsuki-pp-py = "1.0.5"
cryptography = "42.0.2"
tenacity = "8.2.3"
httpx = "0.26.0"
Expand All @@ -72,7 +72,7 @@ asgi-lifespan = "2.1.0"
respx = "0.20.2"
tzdata = "2024.1"
coverage = "^7.4.1"
databases = {version = "^0.8.0", extras = ["mysql"]}
databases = { version = "^0.8.0", extras = ["mysql"] }
python-json-logger = "^2.0.7"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 1fbffca

Please sign in to comment.