From 12a6018366b3a128df70205e7a6186552b1173c5 Mon Sep 17 00:00:00 2001 From: Fredrik Monsen Date: Fri, 17 Nov 2023 11:05:29 +0100 Subject: [PATCH] Update test requirements --- test/requirements.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/test/requirements.txt b/test/requirements.txt index 3fe6365..7c52b7d 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -1,11 +1,11 @@ -pytest==7.3.2 +pytest==7.4.2 pytest-cov==4.1.0 -mypy==1.3.0 -types-regex==2023.6.3.0 -types-six==1.16.21.8 -types-python-dateutil==2.8.19.13 -types-dateparser==1.1.4.9 -types-requests==2.31.0.1 -types-Markdown==3.4.2.9 -pylint==2.17.4 +mypy==1.7.0 +types-regex==2023.10.3.0 +types-six==1.16.21.9 +types-python-dateutil==2.8.19.14 +types-dateparser==1.1.4.10 +types-requests==2.31.0.10 +types-Markdown==3.5.0.3 +pylint==3.0.2 Flake8-pyproject==1.2.3