From efaefee9a1e77781ec644de605ed23908f0211cf Mon Sep 17 00:00:00 2001 From: sea-kelp <66500457+sea-kelp@users.noreply.github.com> Date: Sat, 30 Mar 2024 15:00:06 -0700 Subject: [PATCH] Bump pytest from 7.4.3 to 8.1.1 --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 561509d29..6e2169d84 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2264,23 +2264,23 @@ files = [ [[package]] name = "pytest" -version = "7.4.3" +version = "8.1.1" description = "pytest: simple powerful testing with Python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest-7.4.3-py3-none-any.whl", hash = "sha256:0d009c083ea859a71b76adf7c1d502e4bc170b80a8ef002da5806527b9591fac"}, - {file = "pytest-7.4.3.tar.gz", hash = "sha256:d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5"}, + {file = "pytest-8.1.1-py3-none-any.whl", hash = "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7"}, + {file = "pytest-8.1.1.tar.gz", hash = "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"}, ] [package.dependencies] colorama = {version = "*", markers = "sys_platform == \"win32\""} iniconfig = "*" packaging = "*" -pluggy = ">=0.12,<2.0" +pluggy = ">=1.4,<2.0" [package.extras] -testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] +testing = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] [[package]] name = "pytest-cov" @@ -3243,4 +3243,4 @@ WTForms = ">=1.0.5" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "75e312dd3441aad1bb0190097c4c138ec36dc2aba1ceb90c33ce403d65368483" +content-hash = "e1c6b0b5aaaf8f0706d3614619cdb1b06970e419bdb4f2d18a379b81bbf4d697" diff --git a/pyproject.toml b/pyproject.toml index 355a9ab82..33ff26d7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ mypy = "1.4.1" myst-parser = "2.0.0" pandas = "^2.2.1" pre-commit = "3.5.0" -pytest = "7.4.3" +pytest = "8.1.1" pytest-cov = "4.1.0" pytest-env = "1.0.1" pytest-flake8 = "1.1.1"