From 57dea966e080f74e16d23c528d78c0761f51f5bd Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 5 Jul 2023 09:33:37 +0000 Subject: [PATCH] MAINT: update pip constraints and pre-commit --- .constraints/py3.10.txt | 4 ++-- .constraints/py3.11.txt | 4 ++-- .constraints/py3.7.txt | 2 +- .constraints/py3.8.txt | 4 ++-- .constraints/py3.9.txt | 4 ++-- .pre-commit-config.yaml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.constraints/py3.10.txt b/.constraints/py3.10.txt index 9f7fdde9..14817d63 100644 --- a/.constraints/py3.10.txt +++ b/.constraints/py3.10.txt @@ -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 @@ -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 diff --git a/.constraints/py3.11.txt b/.constraints/py3.11.txt index 08087629..986ec320 100644 --- a/.constraints/py3.11.txt +++ b/.constraints/py3.11.txt @@ -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 @@ -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 diff --git a/.constraints/py3.7.txt b/.constraints/py3.7.txt index bb44a24b..483503f7 100644 --- a/.constraints/py3.7.txt +++ b/.constraints/py3.7.txt @@ -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 diff --git a/.constraints/py3.8.txt b/.constraints/py3.8.txt index 5687ef5c..932f87dc 100644 --- a/.constraints/py3.8.txt +++ b/.constraints/py3.8.txt @@ -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 @@ -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 diff --git a/.constraints/py3.9.txt b/.constraints/py3.9.txt index d8162c65..df841d49 100644 --- a/.constraints/py3.9.txt +++ b/.constraints/py3.9.txt @@ -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 @@ -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 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 628e7a5b..c88d6612 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: