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 Jul 5, 2023
1 parent 28a4a07 commit 57dea96
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jupyter-server-ydoc==0.8.0
jupyter-ydoc==0.2.4
jupyterlab==3.6.5
jupyterlab-code-formatter==2.2.1
jupyterlab-myst==2.0.0 ; python_version >= "3.7.0"
jupyterlab-myst==2.0.1 ; python_version >= "3.7.0"
jupyterlab-pygments==0.2.2
jupyterlab-server==2.23.0
jupyterlab-widgets==3.0.8
Expand Down Expand Up @@ -135,7 +135,7 @@ pyzmq==25.1.0
requests==2.31.0
rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
ruff==0.0.276 ; python_version >= "3.7.0"
ruff==0.0.277 ; python_version >= "3.7.0"
send2trash==1.8.2
six==1.16.0
sniffio==1.3.0
Expand Down
4 changes: 2 additions & 2 deletions .constraints/py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jupyter-server-ydoc==0.8.0
jupyter-ydoc==0.2.4
jupyterlab==3.6.5
jupyterlab-code-formatter==2.2.1
jupyterlab-myst==2.0.0 ; python_version >= "3.7.0"
jupyterlab-myst==2.0.1 ; python_version >= "3.7.0"
jupyterlab-pygments==0.2.2
jupyterlab-server==2.23.0
jupyterlab-widgets==3.0.8
Expand Down Expand Up @@ -134,7 +134,7 @@ pyzmq==25.1.0
requests==2.31.0
rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
ruff==0.0.276 ; python_version >= "3.7.0"
ruff==0.0.277 ; python_version >= "3.7.0"
send2trash==1.8.2
six==1.16.0
sniffio==1.3.0
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ pyzmq==25.1.0
requests==2.31.0
rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
ruff==0.0.276 ; python_version >= "3.7.0"
ruff==0.0.277 ; python_version >= "3.7.0"
send2trash==1.8.2
six==1.16.0
sniffio==1.3.0
Expand Down
4 changes: 2 additions & 2 deletions .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jupyter-server-ydoc==0.8.0
jupyter-ydoc==0.2.4
jupyterlab==3.6.5
jupyterlab-code-formatter==2.2.1
jupyterlab-myst==2.0.0 ; python_version >= "3.7.0"
jupyterlab-myst==2.0.1 ; python_version >= "3.7.0"
jupyterlab-pygments==0.2.2
jupyterlab-server==2.23.0
jupyterlab-widgets==3.0.8
Expand Down Expand Up @@ -138,7 +138,7 @@ pyzmq==25.1.0
requests==2.31.0
rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
ruff==0.0.276 ; python_version >= "3.7.0"
ruff==0.0.277 ; python_version >= "3.7.0"
send2trash==1.8.2
six==1.16.0
sniffio==1.3.0
Expand Down
4 changes: 2 additions & 2 deletions .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jupyter-server-ydoc==0.8.0
jupyter-ydoc==0.2.4
jupyterlab==3.6.5
jupyterlab-code-formatter==2.2.1
jupyterlab-myst==2.0.0 ; python_version >= "3.7.0"
jupyterlab-myst==2.0.1 ; python_version >= "3.7.0"
jupyterlab-pygments==0.2.2
jupyterlab-server==2.23.0
jupyterlab-widgets==3.0.8
Expand Down Expand Up @@ -135,7 +135,7 @@ pyzmq==25.1.0
requests==2.31.0
rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
ruff==0.0.276 ; python_version >= "3.7.0"
ruff==0.0.277 ; python_version >= "3.7.0"
send2trash==1.8.2
six==1.16.0
sniffio==1.3.0
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ repos:
- --py36-plus

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.276
rev: v0.0.277
hooks:
- id: ruff
args:
Expand Down

0 comments on commit 57dea96

Please sign in to comment.