From 430df470e3d8c2cf6b15b4088734ea702d076a04 Mon Sep 17 00:00:00 2001 From: James Cooke Date: Sun, 24 Sep 2023 14:39:48 +0100 Subject: [PATCH] Bump dev requirements to get new Flake8 with E721 code --- requirements/dev.txt | 53 +++++++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 28 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index f81c35e..ab4ed25 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -2,17 +2,15 @@ # This file is autogenerated by pip-compile with Python 3.8 # by the following command: # -# pip-compile --output-file=dev.txt dev.in +# pip-compile dev.in # -bleach==6.0.0 - # via readme-renderer -build==0.10.0 +build==1.0.3 # via pip-tools cachetools==5.3.1 # via # -c ci.txt # tox -certifi==2023.5.7 +certifi==2023.7.22 # via requests cffi==1.15.1 # via cryptography @@ -22,13 +20,13 @@ chardet==5.1.0 # tox charset-normalizer==3.2.0 # via requests -click==8.1.5 +click==8.1.7 # via pip-tools colorama==0.4.6 # via # -c ci.txt # tox -cryptography==41.0.2 +cryptography==41.0.4 # via secretstorage distlib==0.3.6 # via @@ -36,23 +34,24 @@ distlib==0.3.6 # virtualenv docutils==0.20.1 # via readme-renderer -exceptiongroup==1.1.2 +exceptiongroup==1.1.3 # via pytest filelock==3.12.2 # via # -c ci.txt # tox # virtualenv -flake8==6.0.0 +flake8==6.1.0 # via -r dev.in idna==3.4 # via requests importlib-metadata==6.8.0 # via + # build # keyring # twine # yapf -importlib-resources==6.0.0 +importlib-resources==6.1.0 # via keyring iniconfig==2.0.0 # via pytest @@ -70,12 +69,14 @@ mccabe==0.7.0 # via flake8 mdurl==0.1.2 # via markdown-it-py -more-itertools==9.1.0 +more-itertools==10.1.0 # via jaraco-classes -mypy==1.4.1 +mypy==1.5.1 # via -r dev.in mypy-extensions==1.0.0 # via mypy +nh3==0.2.14 + # via readme-renderer packaging==23.1 # via # -c ci.txt @@ -83,7 +84,7 @@ packaging==23.1 # pyproject-api # pytest # tox -pip-tools==7.0.0 +pip-tools==7.3.0 # via -r dev.in pkginfo==1.9.6 # via twine @@ -98,13 +99,13 @@ pluggy==1.2.0 # -c ci.txt # pytest # tox -pycodestyle==2.10.0 +pycodestyle==2.11.0 # via flake8 pycparser==2.21 # via cffi -pyflakes==3.0.1 +pyflakes==3.1.0 # via flake8 -pygments==2.15.1 +pygments==2.16.1 # via # readme-renderer # rich @@ -114,9 +115,9 @@ pyproject-api==1.5.3 # tox pyproject-hooks==1.0.0 # via build -pytest==7.4.0 +pytest==7.4.2 # via -r dev.in -readme-renderer==40.0 +readme-renderer==42.0 # via twine requests==2.31.0 # via @@ -126,12 +127,10 @@ requests-toolbelt==1.0.0 # via twine rfc3986==2.0.0 # via twine -rich==13.4.2 +rich==13.5.3 # via twine secretstorage==3.3.3 # via keyring -six==1.16.0 - # via bleach tomli==2.0.1 # via # -c ci.txt @@ -149,11 +148,11 @@ tox==4.6.4 # -r dev.in twine==4.0.2 # via -r dev.in -typing-extensions==4.7.1 +typing-extensions==4.8.0 # via # mypy # rich -urllib3==2.0.3 +urllib3==2.0.5 # via # requests # twine @@ -161,13 +160,11 @@ virtualenv==20.24.0 # via # -c ci.txt # tox -webencodings==0.5.1 - # via bleach -wheel==0.40.0 +wheel==0.41.2 # via pip-tools -yapf==0.40.1 +yapf==0.40.2 # via -r dev.in -zipp==3.16.2 +zipp==3.17.0 # via # importlib-metadata # importlib-resources