diff --git a/poetry.lock b/poetry.lock index f64e14c..45c494c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1118,14 +1118,14 @@ testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-cov" -version = "6.1.0" +version = "6.1.1" description = "Pytest plugin for measuring coverage." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest_cov-6.1.0-py3-none-any.whl", hash = "sha256:cd7e1d54981d5185ef2b8d64b50172ce97e6f357e6df5cb103e828c7f993e201"}, - {file = "pytest_cov-6.1.0.tar.gz", hash = "sha256:ec55e828c66755e5b74a21bd7cc03c303a9f928389c0563e50ba454a6dbe71db"}, + {file = "pytest_cov-6.1.1-py3-none-any.whl", hash = "sha256:bddf29ed2d0ab6f4df17b4c55b0a657287db8684af9c42ea546b21b1041b3dde"}, + {file = "pytest_cov-6.1.1.tar.gz", hash = "sha256:46935f7aaefba760e716c2ebfbe1c216240b9592966e7da99ea8292d4d3e2a0a"}, ] [package.dependencies] @@ -1668,4 +1668,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "8b89abb6a830e8bede5cd16a8793dfc974619cc6b439927eff209f03ff4be6e1" +content-hash = "f2bd73258c2835b6d7b9d737fbda33a92bed2e442714363225161e02977276d9" diff --git a/pyproject.toml b/pyproject.toml index 4102cd9..155c79e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ flake8 = "^7.2.0" black = "^25.1" isort = "^6.0.1" pre-commit = "^4.2.0" -pytest-cov = "^6.1.0" +pytest-cov = "^6.1.1" pytest-depends = "^1.0.1" pytest-asyncio = "^0.26.0" unasync-cli = { git = "https://github.com/supabase-community/unasync-cli.git", branch = "main" }