diff --git a/plugin_globals/poetry.lock b/plugin_globals/poetry.lock index 86df4a291..dc62a3f0d 100644 --- a/plugin_globals/poetry.lock +++ b/plugin_globals/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aiohttp" @@ -1953,13 +1953,13 @@ testing = ["async-generator (>=1.3)", "coverage", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-cov" -version = "3.0.0" +version = "5.0.0" description = "Pytest plugin for measuring coverage." optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "pytest-cov-3.0.0.tar.gz", hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470"}, - {file = "pytest_cov-3.0.0-py3-none-any.whl", hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6"}, + {file = "pytest-cov-5.0.0.tar.gz", hash = "sha256:5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857"}, + {file = "pytest_cov-5.0.0-py3-none-any.whl", hash = "sha256:4f0764a1219df53214206bf1feea4633c3b558a2925c8b59f144f682861ce652"}, ] [package.dependencies] @@ -1967,7 +1967,7 @@ coverage = {version = ">=5.2.1", extras = ["toml"]} pytest = ">=4.6" [package.extras] -testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtualenv"] +testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pytest-ruff" @@ -2571,4 +2571,4 @@ aca-py = ["aries-cloudagent"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "3d793773dead5977910dcaca0444db08bbc7532b3ff3366e423853bf05f74117" +content-hash = "9f475773d89d995fc8f2108e0307e363dcf6f0833b07e8153789f3040ece30b6" diff --git a/plugin_globals/pyproject.toml b/plugin_globals/pyproject.toml index 2e9c7f79e..948542d96 100644 --- a/plugin_globals/pyproject.toml +++ b/plugin_globals/pyproject.toml @@ -20,7 +20,7 @@ black = "~23.7.0" asynctest = "0.13.0" pytest = "~7.4.0" pytest-asyncio = "~0.14.0" -pytest-cov = "^3.0.0" +pytest-cov = "^5.0.0" pytest-ruff = "^0.1.1" [tool.poetry.group.integration.dependencies]