From 0997c29cec0bd8a57e5f3e8b0ecb07bad281bf41 Mon Sep 17 00:00:00 2001 From: Matteo Santamaria Date: Tue, 2 Aug 2022 09:38:31 -0400 Subject: [PATCH] Upgrade black, blackdoc, mypy, flake8 (#4209) --- py-polars/build.requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/py-polars/build.requirements.txt b/py-polars/build.requirements.txt index 7503fd026d34..055cbd7ad5c7 100644 --- a/py-polars/build.requirements.txt +++ b/py-polars/build.requirements.txt @@ -12,14 +12,14 @@ types-pytz # Tooling maturin==0.13.0 pytest==7.1.2 -pytest-cov[toml]==3.0.0 +pytest-cov==3.0.0 hypothesis==6.49.1 -black==22.3.0 -blackdoc==0.3.4 +black==22.6.0 +blackdoc==0.3.5 isort~=5.10.1 -mypy==0.961 +mypy==0.971 ghp-import==2.1.0 -flake8==4.0.1 +flake8==5.0.2 flake8-bugbear==22.7.1 flake8-comprehensions==3.10.0 flake8-docstrings==1.6.0