diff --git a/poetry.lock b/poetry.lock index 7db4980..4dea456 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2132,4 +2132,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10,<=3.11" -content-hash = "9ea26321b252fccc9a334477c66854595b9b8789a92abc8ba71cc5da8dedd21d" +content-hash = "8d19ad29b0a6d27c4aa8dae802d1da69c2c76a0ac17a87778a06a24bce8dc58c" diff --git a/pyproject.toml b/pyproject.toml index ec505ef..97ce474 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mihama" -version = "0.5.1" +version = "0.5.2" description = "osv.dev API clone for on-premise usage" authors = ["Manabu Niseki "] @@ -33,7 +33,7 @@ httpx = "^0.23.1" isort = "^5.11.4" mypy = "^0.991" nest-asyncio = "^1.5.6" -pre-commit = "^2.20.0" +pre-commit = "^2.21.0" pytest = "^7.2.0" pytest-asyncio = "^0.20.3" pytest-cov = "^4.0.0"