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"]