From 4e38474b753688e712f26edf65604271c6aef98f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 18:54:21 +0000 Subject: [PATCH] Bump pytest from 7.3.1 to 7.4.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.1 to 7.4.3. - [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.3.1...7.4.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index eccdb48e..a1c12097 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1066,13 +1066,13 @@ plugins = ["importlib-metadata"] [[package]] name = "pytest" -version = "7.3.1" +version = "7.4.3" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.3.1-py3-none-any.whl", hash = "sha256:3799fa815351fea3a5e96ac7e503a96fa51cc9942c3753cda7651b93c1cfa362"}, - {file = "pytest-7.3.1.tar.gz", hash = "sha256:434afafd78b1d78ed0addf160ad2b77a30d35d4bdf8af234fe621919d9ed15e3"}, + {file = "pytest-7.4.3-py3-none-any.whl", hash = "sha256:0d009c083ea859a71b76adf7c1d502e4bc170b80a8ef002da5806527b9591fac"}, + {file = "pytest-7.4.3.tar.gz", hash = "sha256:d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5"}, ] [package.dependencies] @@ -1084,7 +1084,7 @@ pluggy = ">=0.12,<2.0" tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""} [package.extras] -testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"] +testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] [[package]] name = "pytest-cookies" @@ -1692,4 +1692,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "<3.12,>=3.8" -content-hash = "a2e0a00fbc1311c845467e5c7f64752255eceb6773a589323277568088a34b2f" +content-hash = "57476c902338ce021b80ad2c406e3d41cd07f29cded2ddd9be2711c3e6c831ec" diff --git a/pyproject.toml b/pyproject.toml index 52a249f2..a903a52b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ bump2version = "^1.0.1" watchdog = {version = "^3.0.0", extras = ["watchmedo"]} [tool.poetry.group.test.dependencies] -pytest = "^7.3.1" +pytest = "^7.4.3" xdoctest = "^1.1.1" pytest-cookies = "^0.7.0"