From 2cfc615425570edb228e6ae36ef0736516a0782e Mon Sep 17 00:00:00 2001 From: "Nir.Tal" Date: Mon, 28 Oct 2024 16:56:02 +0200 Subject: [PATCH] fix: deps --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index fae945a50c..3da48f059f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1190,4 +1190,4 @@ test = ["pytest", "pytest-cov"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "f7269f9e0eff253b89157b73d4f79e9d8ee0fa17e5b2ab4482eaf72e2b5f3dcf" +content-hash = "56e4c487b397ebbcf6a85e2188c5995e7aa9f23bc2db61b640d9a72d2d6c734c" diff --git a/pyproject.toml b/pyproject.toml index 79a5475673..4cb1bff8d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ pytest-check = "2.4.1" pytest-dependency = "0.6.0" pytest-ordering = "0.6" pytest-rerunfailures = "14.0" -pytest-split = "^0.9.0" +pytest-split = "0.9.0" python = "^3.11" python-dotenv = "1.0.1" requests = "2.32.3"