From 54f2e2b31c6591d864a9dae0dc2a31c147428a17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 04:19:08 +0000 Subject: [PATCH] Bump pytest from 7.1.1 to 7.1.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.1 to 7.1.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.1.1...7.1.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6609ea7c0..8fd1f7bd1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -475,7 +475,7 @@ python-versions = "*" [[package]] name = "minos-broker-kafka" -version = "0.6.0" +version = "0.6.1" description = "The kafka plugin of the Minos Framework" category = "main" optional = false @@ -570,7 +570,7 @@ url = "packages/core/minos-microservice-aggregate" [[package]] name = "minos-microservice-common" -version = "0.6.0" +version = "0.6.1" description = "The common core of the Minos Framework" category = "main" optional = false @@ -820,7 +820,7 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pytest" -version = "7.1.1" +version = "7.1.2" description = "pytest: simple powerful testing with Python" category = "dev" optional = false @@ -1129,7 +1129,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "30fddce08ca9aacf52b35da308a7eb6d6734425b5d5cdc9395d3734effd25e9d" +content-hash = "c61300b0b1c3e36c0d0c85027aff9a7be077e4ff1100686607dca6804459cfb5" [metadata.files] aio-pika = [ @@ -1834,8 +1834,8 @@ pyparsing = [ {file = "pyparsing-3.0.7.tar.gz", hash = "sha256:18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea"}, ] pytest = [ - {file = "pytest-7.1.1-py3-none-any.whl", hash = "sha256:92f723789a8fdd7180b6b06483874feca4c48a5c76968e03bb3e7f806a1869ea"}, - {file = "pytest-7.1.1.tar.gz", hash = "sha256:841132caef6b1ad17a9afde46dc4f6cfa59a05f9555aae5151f73bdf2820ca63"}, + {file = "pytest-7.1.2-py3-none-any.whl", hash = "sha256:13d0e3ccfc2b6e26be000cb6568c832ba67ba32e719443bfe725814d3c42433c"}, + {file = "pytest-7.1.2.tar.gz", hash = "sha256:a06a0425453864a270bc45e71f783330a7428defb4230fb5e6a731fde06ecd45"}, ] pytz = [ {file = "pytz-2022.1-py2.py3-none-any.whl", hash = "sha256:e68985985296d9a66a881eb3193b0906246245294a881e7c8afe623866ac6a5c"}, diff --git a/pyproject.toml b/pyproject.toml index afca500c3..08a4e2aa1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ minos-http-aiohttp = { path = "packages/plugins/minos-http-aiohttp", develop = t [tool.poetry.dev-dependencies] black = "^22.1" isort = "^5.8.0" -pytest = "^7.0.1" +pytest = "^7.1.2" coverage = "^6.3" flake8 = "^4.0.1" Sphinx = "^4.0.1"