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 Dec 5, 2023
1 parent 9b3bfce commit 3a5ef6b
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 63 deletions.
18 changes: 7 additions & 11 deletions .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.10.txt --strip-extras
#
accessible-pygments==0.0.4
aiofiles==22.1.0
aiosqlite==0.19.0
alabaster==0.7.13
anyio==4.1.0
argon2-cffi==23.1.0
Expand Down Expand Up @@ -51,7 +49,7 @@ greenlet==3.0.1
identify==2.5.32
idna==3.6
imagesize==1.4.1
importlib-metadata==6.9.0
importlib-metadata==7.0.0
iniconfig==2.0.0
ipykernel==6.27.1
ipython==8.18.1
Expand All @@ -68,7 +66,7 @@ jupyter-client==8.6.0
jupyter-core==5.5.0
jupyter-events==0.9.0
jupyter-lsp==2.2.1
jupyter-server==2.11.1
jupyter-server==2.11.2
jupyter-server-terminals==0.4.4
jupyterlab==4.0.9
jupyterlab-code-formatter==2.2.1
Expand All @@ -91,7 +89,7 @@ mypy-extensions==1.0.0
myst-nb==1.0.0
myst-parser==2.0.0
nbclient==0.9.0
nbconvert==7.11.0
nbconvert==7.12.0
nbformat==5.9.2
nest-asyncio==1.5.8
nodeenv==1.8.0
Expand All @@ -105,7 +103,7 @@ parso==0.8.3
pathspec==0.11.2
pexpect==4.9.0
pillow==10.1.0
platformdirs==4.0.0
platformdirs==4.1.0
pluggy==1.3.0
pre-commit==3.5.0
prometheus-client==0.19.0
Expand All @@ -130,14 +128,14 @@ python-lsp-server==1.9.0
pytoolconfig==1.2.6
pytz==2023.3.post1
pyyaml==6.0.1
pyzmq==25.1.1
pyzmq==25.1.2
referencing==0.31.1
requests==2.31.0
rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
rope==1.11.0
rpds-py==0.13.2
ruff==0.1.6 ; python_version >= "3.7.0"
ruff==0.1.7 ; python_version >= "3.7.0"
send2trash==1.8.2
six==1.16.0
sniffio==1.3.0
Expand Down Expand Up @@ -178,11 +176,9 @@ virtualenv==20.25.0
wcwidth==0.2.12
webcolors==1.13
webencodings==0.5.1
websocket-client==1.6.4
websocket-client==1.7.0
wheel==0.42.0
widgetsnbextension==4.0.9
y-py==0.5.9
ypy-websocket==0.8.2 ; python_version >= "3.7.0"
zipp==3.17.0

# The following packages are considered to be unsafe in a requirements file:
Expand Down
18 changes: 7 additions & 11 deletions .constraints/py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.11.txt --strip-extras
#
accessible-pygments==0.0.4
aiofiles==22.1.0
aiosqlite==0.19.0
alabaster==0.7.13
anyio==4.1.0
argon2-cffi==23.1.0
Expand Down Expand Up @@ -50,7 +48,7 @@ greenlet==3.0.1
identify==2.5.32
idna==3.6
imagesize==1.4.1
importlib-metadata==6.9.0
importlib-metadata==7.0.0
iniconfig==2.0.0
ipykernel==6.27.1
ipython==8.18.1
Expand All @@ -67,7 +65,7 @@ jupyter-client==8.6.0
jupyter-core==5.5.0
jupyter-events==0.9.0
jupyter-lsp==2.2.1
jupyter-server==2.11.1
jupyter-server==2.11.2
jupyter-server-terminals==0.4.4
jupyterlab==4.0.9
jupyterlab-code-formatter==2.2.1
Expand All @@ -90,7 +88,7 @@ mypy-extensions==1.0.0
myst-nb==1.0.0
myst-parser==2.0.0
nbclient==0.9.0
nbconvert==7.11.0
nbconvert==7.12.0
nbformat==5.9.2
nest-asyncio==1.5.8
nodeenv==1.8.0
Expand All @@ -104,7 +102,7 @@ parso==0.8.3
pathspec==0.11.2
pexpect==4.9.0
pillow==10.1.0
platformdirs==4.0.0
platformdirs==4.1.0
pluggy==1.3.0
pre-commit==3.5.0
prometheus-client==0.19.0
Expand All @@ -129,14 +127,14 @@ python-lsp-server==1.9.0
pytoolconfig==1.2.6
pytz==2023.3.post1
pyyaml==6.0.1
pyzmq==25.1.1
pyzmq==25.1.2
referencing==0.31.1
requests==2.31.0
rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
rope==1.11.0
rpds-py==0.13.2
ruff==0.1.6 ; python_version >= "3.7.0"
ruff==0.1.7 ; python_version >= "3.7.0"
send2trash==1.8.2
six==1.16.0
sniffio==1.3.0
Expand Down Expand Up @@ -176,11 +174,9 @@ virtualenv==20.25.0
wcwidth==0.2.12
webcolors==1.13
webencodings==0.5.1
websocket-client==1.6.4
websocket-client==1.7.0
wheel==0.42.0
widgetsnbextension==4.0.9
y-py==0.5.9
ypy-websocket==0.8.2 ; python_version >= "3.7.0"
zipp==3.17.0

# The following packages are considered to be unsafe in a requirements file:
Expand Down
18 changes: 7 additions & 11 deletions .constraints/py3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.12.txt --strip-extras
#
accessible-pygments==0.0.4
aiofiles==22.1.0
aiosqlite==0.19.0
alabaster==0.7.13
anyio==4.1.0
argon2-cffi==23.1.0
Expand Down Expand Up @@ -50,7 +48,7 @@ greenlet==3.0.1
identify==2.5.32
idna==3.6
imagesize==1.4.1
importlib-metadata==6.9.0
importlib-metadata==7.0.0
iniconfig==2.0.0
ipykernel==6.27.1
ipython==8.18.1
Expand All @@ -67,7 +65,7 @@ jupyter-client==8.6.0
jupyter-core==5.5.0
jupyter-events==0.9.0
jupyter-lsp==2.2.1
jupyter-server==2.11.1
jupyter-server==2.11.2
jupyter-server-terminals==0.4.4
jupyterlab==4.0.9
jupyterlab-code-formatter==2.2.1
Expand All @@ -90,7 +88,7 @@ mypy-extensions==1.0.0
myst-nb==1.0.0
myst-parser==2.0.0
nbclient==0.9.0
nbconvert==7.11.0
nbconvert==7.12.0
nbformat==5.9.2
nest-asyncio==1.5.8
nodeenv==1.8.0
Expand All @@ -104,7 +102,7 @@ parso==0.8.3
pathspec==0.11.2
pexpect==4.9.0
pillow==10.1.0
platformdirs==4.0.0
platformdirs==4.1.0
pluggy==1.3.0
pre-commit==3.5.0
prometheus-client==0.19.0
Expand All @@ -129,14 +127,14 @@ python-lsp-server==1.9.0
pytoolconfig==1.2.6
pytz==2023.3.post1
pyyaml==6.0.1
pyzmq==25.1.1
pyzmq==25.1.2
referencing==0.31.1
requests==2.31.0
rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
rope==1.11.0
rpds-py==0.13.2
ruff==0.1.6 ; python_version >= "3.7.0"
ruff==0.1.7 ; python_version >= "3.7.0"
send2trash==1.8.2
six==1.16.0
sniffio==1.3.0
Expand Down Expand Up @@ -176,11 +174,9 @@ virtualenv==20.25.0
wcwidth==0.2.12
webcolors==1.13
webencodings==0.5.1
websocket-client==1.6.4
websocket-client==1.7.0
wheel==0.42.0
widgetsnbextension==4.0.9
y-py==0.5.9
ypy-websocket==0.8.2 ; python_version >= "3.7.0"
zipp==3.17.0

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ python-lsp-jsonrpc==1.0.0
python-lsp-server==1.3.3
pytz==2023.3.post1
pyyaml==6.0.1
pyzmq==25.1.1
pyzmq==25.1.2
requests==2.27.1
rope==1.1.1
send2trash==1.8.2
Expand Down
8 changes: 4 additions & 4 deletions .constraints/py3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jupyter-lsp==1.5.1
jupyter-server==1.24.0
jupyter-server-fileid==0.9.0
jupyter-server-ydoc==0.8.0
jupyter-ydoc==0.2.4
jupyter-ydoc==0.2.5
jupyterlab==3.6.6
jupyterlab-code-formatter==2.2.1
jupyterlab-lsp==3.10.2
Expand Down Expand Up @@ -138,7 +138,7 @@ requests==2.31.0
rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
rope==1.9.0
ruff==0.1.6 ; python_version >= "3.7.0"
ruff==0.1.7 ; python_version >= "3.7.0"
send2trash==1.8.2
six==1.16.0
sniffio==1.3.0
Expand Down Expand Up @@ -180,8 +180,8 @@ webencodings==0.5.1
websocket-client==1.6.1
wheel==0.42.0
widgetsnbextension==4.0.9
y-py==0.5.9
ypy-websocket==0.8.2 ; python_version >= "3.7.0"
y-py==0.6.2
ypy-websocket==0.8.4
zipp==3.15.0

# The following packages are considered to be unsafe in a requirements file:
Expand Down
18 changes: 7 additions & 11 deletions .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.8.txt --strip-extras
#
accessible-pygments==0.0.4
aiofiles==22.1.0
aiosqlite==0.19.0
alabaster==0.7.13
anyio==4.1.0
argon2-cffi==23.1.0
Expand Down Expand Up @@ -52,7 +50,7 @@ greenlet==3.0.1
identify==2.5.32
idna==3.6
imagesize==1.4.1
importlib-metadata==6.9.0
importlib-metadata==7.0.0
importlib-resources==6.1.1
iniconfig==2.0.0
ipykernel==6.27.1
Expand All @@ -70,7 +68,7 @@ jupyter-client==8.6.0
jupyter-core==5.5.0
jupyter-events==0.9.0
jupyter-lsp==2.2.1
jupyter-server==2.11.1
jupyter-server==2.11.2
jupyter-server-terminals==0.4.4
jupyterlab==4.0.9
jupyterlab-code-formatter==2.2.1
Expand All @@ -93,7 +91,7 @@ mypy-extensions==1.0.0
myst-nb==0.17.2
myst-parser==0.18.1
nbclient==0.7.4
nbconvert==7.11.0
nbconvert==7.12.0
nbformat==5.9.2
nest-asyncio==1.5.8
nodeenv==1.8.0
Expand All @@ -109,7 +107,7 @@ pexpect==4.9.0
pickleshare==0.7.5
pillow==10.1.0
pkgutil-resolve-name==1.3.10
platformdirs==4.0.0
platformdirs==4.1.0
pluggy==1.3.0
pre-commit==3.5.0
prometheus-client==0.19.0
Expand All @@ -134,14 +132,14 @@ python-lsp-server==1.9.0
pytoolconfig==1.2.6
pytz==2023.3.post1
pyyaml==6.0.1
pyzmq==25.1.1
pyzmq==25.1.2
referencing==0.31.1
requests==2.31.0
rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
rope==1.11.0
rpds-py==0.13.2
ruff==0.1.6 ; python_version >= "3.7.0"
ruff==0.1.7 ; python_version >= "3.7.0"
send2trash==1.8.2
six==1.16.0
sniffio==1.3.0
Expand Down Expand Up @@ -182,11 +180,9 @@ virtualenv==20.25.0
wcwidth==0.2.12
webcolors==1.13
webencodings==0.5.1
websocket-client==1.6.4
websocket-client==1.7.0
wheel==0.42.0
widgetsnbextension==4.0.9
y-py==0.5.9
ypy-websocket==0.8.2 ; python_version >= "3.7.0"
zipp==3.17.0

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading

0 comments on commit 3a5ef6b

Please sign in to comment.