diff --git a/pyproject.toml b/pyproject.toml index a333ded5..d4815c1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ Changelog = "https://github.com/he0119/CoolQBot/blob/main/CHANGELOG.md" dev = [ "nonebug>=0.4.3", "nonebug-saa>=0.5.0", - "pytest-cov>=7.0.0", + "pytest-cov>=7.1.0", "pytest-mock>=3.15.1", "pytest-xdist>=3.8.0", "pytest-asyncio>=1.3.0", @@ -67,8 +67,8 @@ dev = [ "respx>=0.22.0", "freezegun>=1.5.5", "beautifulsoup4>=4.14.3", - "poethepoet>=0.41.0", - "inline-snapshot>=0.32.4", + "poethepoet>=0.42.1", + "inline-snapshot>=0.32.5", ] [tool.uv] diff --git a/uv.lock b/uv.lock index dbdd2d7d..8d773c20 100644 --- a/uv.lock +++ b/uv.lock @@ -665,12 +665,12 @@ requires-dist = [ dev = [ { name = "beautifulsoup4", specifier = ">=4.14.3" }, { name = "freezegun", specifier = ">=1.5.5" }, - { name = "inline-snapshot", specifier = ">=0.32.4" }, + { name = "inline-snapshot", specifier = ">=0.32.5" }, { name = "nonebug", specifier = ">=0.4.3" }, { name = "nonebug-saa", specifier = ">=0.5.0" }, - { name = "poethepoet", specifier = ">=0.41.0" }, + { name = "poethepoet", specifier = ">=0.42.1" }, { name = "pytest-asyncio", specifier = ">=1.3.0" }, - { name = "pytest-cov", specifier = ">=7.0.0" }, + { name = "pytest-cov", specifier = ">=7.1.0" }, { name = "pytest-loguru", specifier = ">=0.4.0" }, { name = "pytest-mock", specifier = ">=3.15.1" }, { name = "pytest-xdist", specifier = ">=3.8.0" },