diff --git a/poetry.lock b/poetry.lock index 66cbb152..0153a0ee 100644 --- a/poetry.lock +++ b/poetry.lock @@ -570,7 +570,7 @@ python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" [[package]] name = "pytest" -version = "6.2.4" +version = "6.2.5" description = "pytest: simple powerful testing with Python" category = "dev" optional = false @@ -583,7 +583,7 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""} importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""} iniconfig = "*" packaging = "*" -pluggy = ">=0.12,<1.0.0a1" +pluggy = ">=0.12,<2.0" py = ">=1.8.2" toml = "*" @@ -933,7 +933,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "2e6451787ed6d97747baec426cbe9a199f8174e5a754fcd50212db6a848e8859" +content-hash = "153fec0b10bee0f955402474da5767c9ea17a9be51abf1f03a71f45c5e490ae1" [metadata.files] aiocache = [ @@ -1366,8 +1366,8 @@ pyparsing = [ {file = "pyparsing-2.4.7.tar.gz", hash = "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1"}, ] pytest = [ - {file = "pytest-6.2.4-py3-none-any.whl", hash = "sha256:91ef2131a9bd6be8f76f1f08eac5c5317221d6ad1e143ae03894b862e8976890"}, - {file = "pytest-6.2.4.tar.gz", hash = "sha256:50bcad0a0b9c5a72c8e4e7c9855a3ad496ca6a881a3641b4260605450772c54b"}, + {file = "pytest-6.2.5-py3-none-any.whl", hash = "sha256:7310f8d27bc79ced999e760ca304d69f6ba6c6649c0b60fb0e04a4a77cacc134"}, + {file = "pytest-6.2.5.tar.gz", hash = "sha256:131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89"}, ] pytest-asyncio = [ {file = "pytest-asyncio-0.15.1.tar.gz", hash = "sha256:2564ceb9612bbd560d19ca4b41347b54e7835c2f792c504f698e05395ed63f6f"}, diff --git a/pyproject.toml b/pyproject.toml index 2585a5ff..a6fffa18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ synse-grpc = "3.1.0" aiohttp = "^3.7.4" asynctest = "^0.13.0" mock = "^4.0.3" -pytest = "^6.2.4" +pytest = "^6.2.5" pytest-asyncio = "^0.15.1" pytest-cov = "^2.12.1" pytest-mock = "^3.6.1"