From cf7b7c84f451789a718e42dabed36f6093269749 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 6 Jul 2023 02:04:09 +0000 Subject: [PATCH] chore: pin dependency pytest to v7.3.1 --- scripts/poetry.lock | 2 +- scripts/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/poetry.lock b/scripts/poetry.lock index b40c2ea74..5623ad25a 100644 --- a/scripts/poetry.lock +++ b/scripts/poetry.lock @@ -105,4 +105,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "ca70aa89c1605b6872de58133c5bc514c167f79b42ca9d41a155a96f7bd5d9e9" +content-hash = "ec0e08e7f3e649acf4291ade9f3e194a289be464756ef17fdba0f515a6b16bf0" diff --git a/scripts/pyproject.toml b/scripts/pyproject.toml index ec5e7df60..32a206113 100644 --- a/scripts/pyproject.toml +++ b/scripts/pyproject.toml @@ -9,7 +9,7 @@ license = "AGPL-3.0-only" python = "^3.8" [tool.poetry.group.dev.dependencies] -pytest = "^7.2.1" +pytest = "7.3.1" [build-system] requires = ["poetry-core>=1.0.0"]