From b038d2fb74ab092f6d653c202192b6801cf6b311 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 07:23:08 +0000 Subject: [PATCH] :arrow_up: Bump pytest from 6.2.5 to 7.0.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.0.1. - [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.2.5...7.0.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major ... 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 e647984..529a6f6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -983,13 +983,13 @@ files = [ [[package]] name = "pytest" -version = "6.2.5" +version = "7.0.1" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.6" files = [ - {file = "pytest-6.2.5-py3-none-any.whl", hash = "sha256:7310f8d27bc79ced999e760ca304d69f6ba6c6649c0b60fb0e04a4a77cacc134"}, - {file = "pytest-6.2.5.tar.gz", hash = "sha256:131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89"}, + {file = "pytest-7.0.1-py3-none-any.whl", hash = "sha256:9ce3ff477af913ecf6321fe337b93a2c0dcf2a0a1439c43f5452112c1e4280db"}, + {file = "pytest-7.0.1.tar.gz", hash = "sha256:e30905a0c131d3d94b89624a1cc5afec3e0ba2fbdb151867d8e0ebd49850f171"}, ] [package.dependencies] @@ -1001,10 +1001,10 @@ iniconfig = "*" packaging = "*" pluggy = ">=0.12,<2.0" py = ">=1.8.2" -toml = "*" +tomli = ">=1.0.0" [package.extras] -testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xmlschema"] +testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"] [[package]] name = "pytest-cov" @@ -1333,4 +1333,4 @@ aiohttp = ["aiohttp"] [metadata] lock-version = "2.0" python-versions = ">=3.6.2,<4.0" -content-hash = "6b844059c3a12488d40985dc4223584f5df975ba53900cb96973ace2853a9cce" +content-hash = "3c3ccf0c451a3439771f9f1819a99d1c1a47e7483b49d69f3e2e4b681767c3e6" diff --git a/pyproject.toml b/pyproject.toml index b7872b8..c9689a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ pydantic = "^1.8.2" aiohttp = {version = "^3.7.4", optional = true} [tool.poetry.dev-dependencies] -pytest = "^6.1.2" +pytest = "^7.0.1" pytest-cov = "^4.0.0" toml = "^0.10.2" coverage-badge = "^1.0.1"