From 03a59af6188b9d30dc8eab7fb0aab7ad483ba266 Mon Sep 17 00:00:00 2001 From: Andrei Lapets Date: Wed, 26 Apr 2023 15:43:55 -0400 Subject: [PATCH] Update testing dependency version locks in package file. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f687d96d..4c81c0fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,8 +39,8 @@ docs = [ test = [ "pytest~=7.2", "pytest-cov~=4.0", - "bitlist~=1.0", - "fountains~=2.0" + "bitlist~=1.1", + "fountains~=2.1" ] lint = [ "pylint~=2.17.0"