From 636c5ebb9992215e1b78545bf2a22c7ef92b176d Mon Sep 17 00:00:00 2001 From: Alan Christie Date: Thu, 20 Jul 2023 12:56:21 +0100 Subject: [PATCH] build: Fix typo in build-requirements (also updates all build packages) --- build-requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build-requirements.txt b/build-requirements.txt index 2d3429a..7a46ed1 100644 --- a/build-requirements.txt +++ b/build-requirements.txt @@ -1,5 +1,5 @@ -\pyroma == 3.3 -pytest == 7.1.1 -pytest-cov == 3.0.0 -mypy == 0.942 -pre-commit == 2.18.1 +pyroma == 4.2 +pytest == 7.4.0 +pytest-cov == 4.1.0 +mypy ==1.4.1 +pre-commit == 3.3.3