Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maintenance run 2022-11-14 #144

Merged
merged 1 commit into from
Nov 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ prometheus-client==0.15.0
# via
# -r requirements.in
# django-prometheus
psycopg2==2.9.4
psycopg2==2.9.5
# via -r requirements.in
pyhumps==3.8.0
# via -r requirements.in
python-dateutil==2.8.2
# via -r requirements.in
pytz==2022.5
pytz==2022.6
# via
# django
# djangorestframework
Expand Down
66 changes: 34 additions & 32 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ asgiref==3.5.2
# via
# -r ./requirements.txt
# django
asttokens==2.0.8
asttokens==2.1.0
# via stack-data
attrs==22.1.0
# via
Expand All @@ -31,7 +31,7 @@ black==22.10.0
# via -r requirements_dev.in
bleach==5.0.1
# via nbconvert
build==0.8.0
build==0.9.0
# via pip-tools
certifi==2022.9.24
# via
Expand Down Expand Up @@ -96,7 +96,9 @@ drf-extensions==0.7.1
# drf-amsterdam
entrypoints==0.4
# via jupyter-client
executing==1.1.1
exceptiongroup==1.0.2
# via pytest
executing==1.2.0
# via stack-data
fastjsonschema==2.16.2
# via nbformat
Expand All @@ -106,15 +108,15 @@ iniconfig==1.1.1
# via pytest
ipdb==0.13.9
# via -r requirements_dev.in
ipykernel==6.16.1
ipykernel==6.17.1
# via
# ipywidgets
# jupyter
# jupyter-console
# nbclassic
# notebook
# qtconsole
ipython==8.5.0
ipython==8.6.0
# via
# -r requirements_dev.in
# ipdb
Expand All @@ -140,11 +142,11 @@ jinja2==3.1.2
# nbclassic
# nbconvert
# notebook
jsonschema==4.16.0
jsonschema==4.17.0
# via nbformat
jupyter==1.0.0
# via -r requirements_dev.in
jupyter-client==7.4.3
jupyter-client==7.4.5
# via
# ipykernel
# jupyter-console
Expand All @@ -155,7 +157,7 @@ jupyter-client==7.4.3
# qtconsole
jupyter-console==6.4.4
# via jupyter
jupyter-core==4.11.2
jupyter-core==5.0.0
# via
# jupyter-client
# jupyter-server
Expand All @@ -164,7 +166,7 @@ jupyter-core==4.11.2
# nbformat
# notebook
# qtconsole
jupyter-server==1.21.0
jupyter-server==1.23.1
# via
# nbclassic
# notebook-shim
Expand All @@ -185,11 +187,11 @@ mistune==2.0.4
# via nbconvert
mypy-extensions==0.4.3
# via black
nbclassic==0.4.5
nbclassic==0.4.8
# via notebook
nbclient==0.7.0
# via nbconvert
nbconvert==7.2.2
nbconvert==7.2.4
# via
# jupyter
# jupyter-server
Expand All @@ -209,9 +211,9 @@ nest-asyncio==1.5.6
# nbclassic
# nbclient
# notebook
notebook==6.5.1
notebook==6.5.2
# via jupyter
notebook-shim==0.2.0
notebook-shim==0.2.2
# via nbclassic
packaging==21.3
# via
Expand All @@ -225,18 +227,20 @@ pandocfilters==1.5.0
# via nbconvert
parso==0.8.3
# via jedi
pathspec==0.10.1
pathspec==0.10.2
# via black
pep517==0.13.0
# via build
pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pip-tools==6.9.0
pip-tools==6.10.0
# via -r requirements_dev.in
platformdirs==2.5.2
# via black
platformdirs==2.5.4
# via
# black
# jupyter-core
pluggy==1.0.0
# via pytest
prometheus-client==0.15.0
Expand All @@ -246,22 +250,20 @@ prometheus-client==0.15.0
# jupyter-server
# nbclassic
# notebook
prompt-toolkit==3.0.31
prompt-toolkit==3.0.32
# via
# ipython
# jupyter-console
psutil==5.9.3
psutil==5.9.4
# via ipykernel
psycopg2==2.9.4
psycopg2==2.9.5
# via -r ./requirements.txt
ptyprocess==0.7.0
# via
# pexpect
# terminado
pure-eval==0.2.2
# via stack-data
py==1.11.0
# via pytest
pycparser==2.21
# via cffi
pygments==2.13.0
Expand All @@ -272,13 +274,13 @@ pygments==2.13.0
# qtconsole
pyhumps==3.8.0
# via -r ./requirements.txt
pyinstrument==4.3.0
pyinstrument==4.4.0
# via -r requirements_dev.in
pyparsing==3.0.9
# via packaging
pyrsistent==0.18.1
pyrsistent==0.19.2
# via jsonschema
pytest==7.1.3
pytest==7.2.0
# via
# -r requirements_dev.in
# pytest-cov
Expand All @@ -291,7 +293,7 @@ python-dateutil==2.8.2
# via
# -r ./requirements.txt
# jupyter-client
pytz==2022.5
pytz==2022.6
# via
# -r ./requirements.txt
# django
Expand All @@ -304,9 +306,9 @@ pyzmq==24.0.1
# nbclassic
# notebook
# qtconsole
qtconsole==5.3.2
qtconsole==5.4.0
# via jupyter
qtpy==2.2.1
qtpy==2.3.0
# via qtconsole
raven==6.10.0
# via
Expand Down Expand Up @@ -334,9 +336,9 @@ sqlparse==0.4.3
# via
# -r ./requirements.txt
# django
stack-data==0.5.1
stack-data==0.6.1
# via ipython
terminado==0.16.0
terminado==0.17.0
# via
# jupyter-server
# nbclassic
Expand Down Expand Up @@ -389,11 +391,11 @@ webencodings==0.5.1
# via
# bleach
# tinycss2
websocket-client==1.4.1
websocket-client==1.4.2
# via jupyter-server
werkzeug==2.2.2
# via -r requirements_dev.in
wheel==0.37.1
wheel==0.38.4
# via pip-tools
widgetsnbextension==4.0.3
# via ipywidgets
Expand Down