From 787acab3abacdae2e6c18842783f0b961b97da73 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 1 Feb 2024 23:34:38 +0000 Subject: [PATCH] chore(api): update dependency pytest to v8 Part-of: --- api/poetry.lock | 12 ++++++------ api/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index f6502edfa..b35793c3b 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -2955,13 +2955,13 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pytest" -version = "7.4.3" +version = "8.0.0" 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.0.0-py3-none-any.whl", hash = "sha256:50fb9cbe836c3f20f0dfa99c565201fb75dc54c8d76373cd1bde06b06657bdb6"}, + {file = "pytest-8.0.0.tar.gz", hash = "sha256:249b1b0864530ba251b7438274c4d251c58d868edaaec8762893ad4a0d71c36c"}, ] [package.dependencies] @@ -2969,7 +2969,7 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} iniconfig = "*" packaging = "*" -pluggy = ">=0.12,<2.0" +pluggy = ">=1.3.0,<2.0" tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""} [package.extras] @@ -4632,4 +4632,4 @@ typesense = ["typesense"] [metadata] lock-version = "2.0" python-versions = "^3.8,<3.13" -content-hash = "4af35ad403a016437944a4119e43df1c36d47704a02e077c6a0075dfd8b0bcb6" +content-hash = "36e80c68c77f0ea19bc98a14ece11ea132dcf52e626464481bc7236c3a21d516" diff --git a/api/pyproject.toml b/api/pyproject.toml index e7a854b39..b6705895a 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -111,7 +111,7 @@ factory-boy = "==3.2.1" faker = "==22.6.0" flake8 = "==3.9.2" ipdb = "==0.13.13" -pytest = "==7.4.3" +pytest = "==8.0.0" pytest-asyncio = "==0.21.0" prompt-toolkit = "==3.0.41" pytest-cov = "==4.0.0"