From cd43da5d8c543d1d74547c05b5ee85cc3d60a273 Mon Sep 17 00:00:00 2001 From: Adria Montoto <75563346+adriamontoto@users.noreply.github.com> Date: Wed, 6 Nov 2024 21:22:20 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20build:=20update=20dependencies?= =?UTF-8?q?=20in=20pyproject.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f86b1d7..4f3ab0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dynamic = ['version'] [project.optional-dependencies] tests = [ - 'Faker>=28.0.0,<29.0.0', + 'Faker>=28.0.0,<31.0.0', 'pytest>=8.0.0,<9.0.0', 'pytest-asyncio>=0.0.0,<1.0.0', 'pytest-randomly>=3.0.0,<4.0.0', @@ -51,7 +51,7 @@ tests = [ 'ruff>=0.0.0,<1.0.0', 'mypy[reports]>=1.0.0,<2.0.0', 'bandit>=1.0.0,<2.0.0', - 'pre-commit>=3.0.0,<4.0.0', + 'pre-commit>=3.0.0,<5.0.0', ] [project.urls]