From e4ad5138a521521230d2f4b8a8a0d679affa5ac4 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Mon, 30 May 2022 09:39:33 +0200 Subject: [PATCH] ci: update pip constraints and pre-commit config (#294) Co-authored-by: GitHub --- .constraints/py3.10.txt | 16 ++++++++-------- .constraints/py3.7.txt | 16 ++++++++-------- .constraints/py3.8.txt | 16 ++++++++-------- .constraints/py3.9.txt | 16 ++++++++-------- .pre-commit-config.yaml | 4 ++-- 5 files changed, 34 insertions(+), 34 deletions(-) diff --git a/.constraints/py3.10.txt b/.constraints/py3.10.txt index a4016e5c1..beccabdc7 100644 --- a/.constraints/py3.10.txt +++ b/.constraints/py3.10.txt @@ -24,7 +24,7 @@ charset-normalizer==2.0.12 click==8.1.3 colorama==0.4.4 commonmark==0.9.1 -coverage==6.3.3 +coverage==6.4 cycler==0.11.0 debugpy==1.6.0 decorator==5.1.1 @@ -62,7 +62,7 @@ importlib-metadata==4.11.4 iniconfig==1.1.1 ipykernel==6.13.0 ipympl==0.9.1 -ipython==8.3.0 +ipython==8.4.0 ipython-genutils==0.2.0 ipywidgets==7.7.0 isort==5.10.1 @@ -96,7 +96,7 @@ mdurl==0.1.1 mistune==0.8.4 mpl-interactions==0.21.0 mpmath==1.2.1 -mypy==0.950 +mypy==0.960 mypy-extensions==0.4.3 myst-nb==0.15.0 myst-parser==0.17.2 @@ -129,7 +129,7 @@ ptyprocess==0.7.0 pure-eval==0.2.2 py==1.11.0 pybtex==0.24.0 -pybtex-docutils==1.0.1 +pybtex-docutils==1.0.2 pycodestyle==2.8.0 pycparser==2.21 pydantic==1.9.1 @@ -154,7 +154,7 @@ qrules==0.9.7 radon==5.1.0 requests==2.27.1 restructuredtext-lint==1.4.0 -rich==12.4.1 +rich==12.4.4 send2trash==1.8.0 six==1.16.0 sniffio==1.2.0 @@ -191,9 +191,9 @@ tqdm==4.64.0 traitlets==5.2.1.post0 types-docutils==0.18.3 types-pkg-resources==0.1.3 -types-requests==2.27.27 -types-setuptools==57.4.14 -types-urllib3==1.26.14 +types-requests==2.27.29 +types-setuptools==57.4.17 +types-urllib3==1.26.15 typing-extensions==4.2.0 urllib3==1.26.9 virtualenv==20.14.1 diff --git a/.constraints/py3.7.txt b/.constraints/py3.7.txt index de87056a1..9e89aaf05 100644 --- a/.constraints/py3.7.txt +++ b/.constraints/py3.7.txt @@ -23,7 +23,7 @@ charset-normalizer==2.0.12 click==8.1.3 colorama==0.4.4 commonmark==0.9.1 -coverage==6.3.3 +coverage==6.4 cycler==0.11.0 debugpy==1.6.0 decorator==5.1.1 @@ -60,7 +60,7 @@ importlib-resources==5.7.1 iniconfig==1.1.1 ipykernel==6.13.0 ipympl==0.9.1 -ipython==7.33.0 +ipython==7.34.0 ipython-genutils==0.2.0 ipywidgets==7.7.0 isort==5.10.1 @@ -94,7 +94,7 @@ mdurl==0.1.1 mistune==0.8.4 mpl-interactions==0.21.0 mpmath==1.2.1 -mypy==0.950 +mypy==0.960 mypy-extensions==0.4.3 myst-nb==0.15.0 myst-parser==0.17.2 @@ -126,7 +126,7 @@ psutil==5.9.1 ptyprocess==0.7.0 py==1.11.0 pybtex==0.24.0 -pybtex-docutils==1.0.1 +pybtex-docutils==1.0.2 pycodestyle==2.8.0 pycparser==2.21 pydantic==1.9.1 @@ -151,7 +151,7 @@ qrules==0.9.7 radon==5.1.0 requests==2.27.1 restructuredtext-lint==1.4.0 -rich==12.4.1 +rich==12.4.4 send2trash==1.8.0 singledispatchmethod==1.0 ; python_version < "3.8.0" six==1.16.0 @@ -189,9 +189,9 @@ traitlets==5.2.1.post0 typed-ast==1.5.4 types-docutils==0.18.3 types-pkg-resources==0.1.3 -types-requests==2.27.27 -types-setuptools==57.4.14 -types-urllib3==1.26.14 +types-requests==2.27.29 +types-setuptools==57.4.17 +types-urllib3==1.26.15 typing-extensions==4.2.0 ; python_version < "3.8.0" urllib3==1.26.9 virtualenv==20.14.1 diff --git a/.constraints/py3.8.txt b/.constraints/py3.8.txt index 83cad9a65..a9973504b 100644 --- a/.constraints/py3.8.txt +++ b/.constraints/py3.8.txt @@ -24,7 +24,7 @@ charset-normalizer==2.0.12 click==8.1.3 colorama==0.4.4 commonmark==0.9.1 -coverage==6.3.3 +coverage==6.4 cycler==0.11.0 debugpy==1.6.0 decorator==5.1.1 @@ -63,7 +63,7 @@ importlib-resources==5.7.1 iniconfig==1.1.1 ipykernel==6.13.0 ipympl==0.9.1 -ipython==8.3.0 +ipython==8.4.0 ipython-genutils==0.2.0 ipywidgets==7.7.0 isort==5.10.1 @@ -97,7 +97,7 @@ mdurl==0.1.1 mistune==0.8.4 mpl-interactions==0.21.0 mpmath==1.2.1 -mypy==0.950 +mypy==0.960 mypy-extensions==0.4.3 myst-nb==0.15.0 myst-parser==0.17.2 @@ -130,7 +130,7 @@ ptyprocess==0.7.0 pure-eval==0.2.2 py==1.11.0 pybtex==0.24.0 -pybtex-docutils==1.0.1 +pybtex-docutils==1.0.2 pycodestyle==2.8.0 pycparser==2.21 pydantic==1.9.1 @@ -155,7 +155,7 @@ qrules==0.9.7 radon==5.1.0 requests==2.27.1 restructuredtext-lint==1.4.0 -rich==12.4.1 +rich==12.4.4 send2trash==1.8.0 six==1.16.0 sniffio==1.2.0 @@ -192,9 +192,9 @@ tqdm==4.64.0 traitlets==5.2.1.post0 types-docutils==0.18.3 types-pkg-resources==0.1.3 -types-requests==2.27.27 -types-setuptools==57.4.14 -types-urllib3==1.26.14 +types-requests==2.27.29 +types-setuptools==57.4.17 +types-urllib3==1.26.15 typing-extensions==4.2.0 urllib3==1.26.9 virtualenv==20.14.1 diff --git a/.constraints/py3.9.txt b/.constraints/py3.9.txt index 40e852808..2af324de9 100644 --- a/.constraints/py3.9.txt +++ b/.constraints/py3.9.txt @@ -24,7 +24,7 @@ charset-normalizer==2.0.12 click==8.1.3 colorama==0.4.4 commonmark==0.9.1 -coverage==6.3.3 +coverage==6.4 cycler==0.11.0 debugpy==1.6.0 decorator==5.1.1 @@ -62,7 +62,7 @@ importlib-metadata==4.11.4 iniconfig==1.1.1 ipykernel==6.13.0 ipympl==0.9.1 -ipython==8.3.0 +ipython==8.4.0 ipython-genutils==0.2.0 ipywidgets==7.7.0 isort==5.10.1 @@ -96,7 +96,7 @@ mdurl==0.1.1 mistune==0.8.4 mpl-interactions==0.21.0 mpmath==1.2.1 -mypy==0.950 +mypy==0.960 mypy-extensions==0.4.3 myst-nb==0.15.0 myst-parser==0.17.2 @@ -129,7 +129,7 @@ ptyprocess==0.7.0 pure-eval==0.2.2 py==1.11.0 pybtex==0.24.0 -pybtex-docutils==1.0.1 +pybtex-docutils==1.0.2 pycodestyle==2.8.0 pycparser==2.21 pydantic==1.9.1 @@ -154,7 +154,7 @@ qrules==0.9.7 radon==5.1.0 requests==2.27.1 restructuredtext-lint==1.4.0 -rich==12.4.1 +rich==12.4.4 send2trash==1.8.0 six==1.16.0 sniffio==1.2.0 @@ -191,9 +191,9 @@ tqdm==4.64.0 traitlets==5.2.1.post0 types-docutils==0.18.3 types-pkg-resources==0.1.3 -types-requests==2.27.27 -types-setuptools==57.4.14 -types-urllib3==1.26.14 +types-requests==2.27.29 +types-setuptools==57.4.17 +types-urllib3==1.26.15 typing-extensions==4.2.0 urllib3==1.26.9 virtualenv==20.14.1 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ca84ffc27..2799d6fab 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -65,7 +65,7 @@ repos: - id: blacken-docs - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v5.9.1 + rev: v6.0.0 hooks: - id: cspell @@ -143,7 +143,7 @@ repos: - id: pydocstyle - repo: https://github.com/ComPWA/mirrors-pyright - rev: v1.1.247 + rev: v1.1.250 hooks: - id: pyright