Skip to content

Commit

Permalink
MAINT: update pip constraints and pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Mar 6, 2024
1 parent e8e6ee0 commit 88e0787
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ pycparser==2.21
pydata-sphinx-theme==0.15.2
pydot==1.4.2
pygments==2.17.2
pyparsing==3.1.1
pyparsing==3.1.2
pyproject-api==1.6.1
pytest==8.0.2
pytest-cov==4.1.0
Expand Down Expand Up @@ -174,7 +174,7 @@ terminado==0.18.0
tinycss2==1.2.1
tomli==2.0.1
tornado==6.4
tox==4.13.0
tox==4.14.0
tqdm==4.66.2
traitlets==5.14.1
types-python-dateutil==2.8.19.20240106
Expand Down
4 changes: 2 additions & 2 deletions .constraints/py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ pycparser==2.21
pydata-sphinx-theme==0.15.2
pydot==1.4.2
pygments==2.17.2
pyparsing==3.1.1
pyparsing==3.1.2
pyproject-api==1.6.1
pytest==8.0.2
pytest-cov==4.1.0
Expand Down Expand Up @@ -172,7 +172,7 @@ tabulate==0.9.0
terminado==0.18.0
tinycss2==1.2.1
tornado==6.4
tox==4.13.0
tox==4.14.0
tqdm==4.66.2
traitlets==5.14.1
types-python-dateutil==2.8.19.20240106
Expand Down
4 changes: 2 additions & 2 deletions .constraints/py3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ pycparser==2.21
pydata-sphinx-theme==0.15.2
pydot==1.4.2
pygments==2.17.2
pyparsing==3.1.1
pyparsing==3.1.2
pyproject-api==1.6.1
pytest==8.0.2
pytest-cov==4.1.0
Expand Down Expand Up @@ -172,7 +172,7 @@ tabulate==0.9.0
terminado==0.18.0
tinycss2==1.2.1
tornado==6.4
tox==4.13.0
tox==4.14.0
tqdm==4.66.2
traitlets==5.14.1
types-python-dateutil==2.8.19.20240106
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ pydantic==1.10.14
pydata-sphinx-theme==0.13.3
pydot==1.4.2
pygments==2.17.2
pyparsing==3.1.1
pyparsing==3.1.2
pyproject-api==1.5.3
pyrsistent==0.19.3
pytest==7.4.4
Expand Down
4 changes: 2 additions & 2 deletions .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ pycparser==2.21
pydata-sphinx-theme==0.14.4
pydot==1.4.2
pygments==2.17.2
pyparsing==3.1.1
pyparsing==3.1.2
pyproject-api==1.6.1
pytest==8.0.2
pytest-cov==4.1.0
Expand Down Expand Up @@ -179,7 +179,7 @@ terminado==0.18.0
tinycss2==1.2.1
tomli==2.0.1
tornado==6.4
tox==4.13.0
tox==4.14.0
tqdm==4.66.2
traitlets==5.14.1
types-python-dateutil==2.8.19.20240106
Expand Down
4 changes: 2 additions & 2 deletions .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ pycparser==2.21
pydata-sphinx-theme==0.15.2
pydot==1.4.2
pygments==2.17.2
pyparsing==3.1.1
pyparsing==3.1.2
pyproject-api==1.6.1
pytest==8.0.2
pytest-cov==4.1.0
Expand Down Expand Up @@ -174,7 +174,7 @@ terminado==0.18.0
tinycss2==1.2.1
tomli==2.0.1
tornado==6.4
tox==4.13.0
tox==4.14.0
tqdm==4.66.2
traitlets==5.14.1
types-python-dateutil==2.8.19.20240106
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ repos:
pass_filenames: false

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.5.0
rev: v8.6.0
hooks:
- id: cspell

Expand Down

0 comments on commit 88e0787

Please sign in to comment.