From 1dfe30b1273ae7787f244d2bc06df9ecb989ffad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 17:52:24 +0900 Subject: [PATCH] Bump pytest from 6.1.2 to 6.2.2 (#81) * Bump pytest from 6.1.2 to 6.2.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.1.2 to 6.2.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/6.1.2...6.2.2) Signed-off-by: dependabot[bot] * rm poetry.lock * Update pyproject.toml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Shota Imaki --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8db10e7..a4e4d55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ pandas = "^1.1.4" requests = "^2.23.0" [tool.poetry.dev-dependencies] -pytest = "^6.1.2" +pytest = "^6.2.2" pytest-cov = "^2.11.1" codecov = "^2.1.10" flake8 = "^3.9.0"