Skip to content

Commit

Permalink
furo version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mosquito committed Mar 20, 2023
1 parent 0ace102 commit 8f0b030
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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 @@ -70,7 +70,7 @@ uvloop = { version = ">=0.14, <1", optional = true }
[tool.poetry.group.dev.dependencies]
aiocontextvars = "0.2.2"
aiohttp = ">3"
aiohttp-asgi = "^0.5.2"
aiohttp-asgi = "~0.5.2"
aiomisc-pytest = "^1.0.8"
async-timeout = "^4.0.2"
autodoc = "^0.5.0"
Expand All @@ -79,7 +79,7 @@ collective-checkdocs = "^0.2"
coveralls = "^3.3.1"
croniter = "^1.3.8"
fastapi = "^0.88.0"
furo = "^2022.12.7"
furo = "2022.9.29"
mypy = "^0.991"
pre-commit = "^2.20.0"
pylama = "^8.4.1"
Expand Down

0 comments on commit 8f0b030

Please sign in to comment.