From 1d1eb9e88c56db718151fb70f90bcd19cec59f41 Mon Sep 17 00:00:00 2001 From: Daniel M Date: Fri, 27 Sep 2024 13:56:34 -0400 Subject: [PATCH] fix:dependencies --- poetry.lock | 2 +- pyproject.toml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2e17966e..6e5c5d2c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1361,4 +1361,4 @@ probabilistic = ["pyprobables"] [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "4bd9534dcb1e69902ba3f8e3078868446320a680738bdc7dec9273cf5f7a0434" +content-hash = "ff0a129b6fc071286796e51c044c228a4a8a9d8628beed7ad08d6633cd015ee6" diff --git a/pyproject.toml b/pyproject.toml index 9b306e7a..c1308aad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,13 +69,13 @@ flake8-pyproject = { version = "^1", python = "^3.9" } mypy = { version = "^1.10", python = "^3.9" } [tool.poetry.group.test.dependencies] -pytest = { version = "^8.3", python = "^3.9" } -hypothesis = { version = "^6.111", python = "^3.9" } -pytest-timeout = { version = "^2.3.1", python = "^3.9" } -pytest-asyncio = { version = "^0.24", python = "^3.9" } -pytest-cov = { version = "^5.0", python = "^3.9" } -pytest-mock = { version = "^3.14", python = "^3.9" } -pytest-html = { version = "^4.1", python = "^3.9" } +pytest = { version = "^8.3", python = "^3.8" } +hypothesis = { version = "^6.111", python = "^3.8" } +pytest-timeout = { version = "^2.3.1", python = "^3.8" } +pytest-asyncio = { version = "^0.24", python = "^3.8" } +pytest-cov = { version = "^5.0", python = "^3.8" } +pytest-mock = { version = "^3.14", python = "^3.8" } +pytest-html = { version = "^4.1", python = "^3.8" } [tool.poetry.group.docs.dependencies] python-dotenv = { version = "^1", python = "^3.9" }