Skip to content

Commit

Permalink
Update dependencies (#4881)
Browse files Browse the repository at this point in the history
* Add `pyopenssl` to `install_requires` in  setup.py
* Update dependencies
---------

Co-authored-by: Frank Höger <frank.hoeger@ae.mpg.de>
  • Loading branch information
fmhoeger and fmhoeger committed Feb 13, 2023
1 parent 3ad5ccd commit 673a07e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
18 changes: 9 additions & 9 deletions constraints.txt
Expand Up @@ -47,9 +47,9 @@ black==23.1.0
# via dallinger
bleach==6.0.0
# via nbconvert
boto3==1.26.68
boto3==1.26.70
# via dallinger
botocore==1.29.68
botocore==1.29.70
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -141,7 +141,7 @@ exceptiongroup==1.1.0
# trio
executing==1.2.0
# via stack-data
faker==16.8.1
faker==17.0.0
# via dallinger
fastjsonschema==2.16.2
# via nbformat
Expand Down Expand Up @@ -186,7 +186,7 @@ h11==0.14.0
# via wsproto
heroku3==5.2.0
# via dallinger
identify==2.5.17
identify==2.5.18
# via pre-commit
idna==3.4
# via
Expand All @@ -197,15 +197,15 @@ imagesize==1.4.1
# via sphinx
iniconfig==2.0.0
# via pytest
ipykernel==6.21.1
ipykernel==6.21.2
# via
# ipywidgets
# jupyter
# jupyter-console
# nbclassic
# notebook
# qtconsole
ipython==8.9.0
ipython==8.10.0
# via
# ipykernel
# ipywidgets
Expand Down Expand Up @@ -255,7 +255,7 @@ jupyter-client==8.0.2
# nbclient
# notebook
# qtconsole
jupyter-console==6.5.0
jupyter-console==6.5.1
# via jupyter
jupyter-core==5.2.0
# via
Expand Down Expand Up @@ -336,7 +336,7 @@ numpy==1.24.2
# via pandas
odfpy==1.4.1
# via tablib
openpyxl==3.1.0
openpyxl==3.1.1
# via tablib
outcome==1.2.0
# via trio
Expand Down Expand Up @@ -458,7 +458,7 @@ python-dateutil==2.8.2
# pandas
python-dotenv==0.21.1
# via docker-compose
python-json-logger==2.0.4
python-json-logger==2.0.5
# via jupyter-events
pytz==2022.7.1
# via
Expand Down
18 changes: 9 additions & 9 deletions dev-requirements.txt
Expand Up @@ -47,9 +47,9 @@ black==23.1.0
# via dallinger
bleach==6.0.0
# via nbconvert
boto3==1.26.68
boto3==1.26.70
# via dallinger
botocore==1.29.68
botocore==1.29.70
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -141,7 +141,7 @@ exceptiongroup==1.1.0
# trio
executing==1.2.0
# via stack-data
faker==16.8.1
faker==17.0.0
# via dallinger
fastjsonschema==2.16.2
# via nbformat
Expand Down Expand Up @@ -186,7 +186,7 @@ h11==0.14.0
# via wsproto
heroku3==5.2.0
# via dallinger
identify==2.5.17
identify==2.5.18
# via pre-commit
idna==3.4
# via
Expand All @@ -197,15 +197,15 @@ imagesize==1.4.1
# via sphinx
iniconfig==2.0.0
# via pytest
ipykernel==6.21.1
ipykernel==6.21.2
# via
# ipywidgets
# jupyter
# jupyter-console
# nbclassic
# notebook
# qtconsole
ipython==8.9.0
ipython==8.10.0
# via
# ipykernel
# ipywidgets
Expand Down Expand Up @@ -255,7 +255,7 @@ jupyter-client==8.0.2
# nbclient
# notebook
# qtconsole
jupyter-console==6.5.0
jupyter-console==6.5.1
# via jupyter
jupyter-core==5.2.0
# via
Expand Down Expand Up @@ -336,7 +336,7 @@ numpy==1.24.2
# via pandas
odfpy==1.4.1
# via tablib
openpyxl==3.1.0
openpyxl==3.1.1
# via tablib
outcome==1.2.0
# via trio
Expand Down Expand Up @@ -458,7 +458,7 @@ python-dateutil==2.8.2
# pandas
python-dotenv==0.21.1
# via docker-compose
python-json-logger==2.0.4
python-json-logger==2.0.5
# via jupyter-events
pytz==2022.7.1
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Expand Up @@ -18,9 +18,9 @@ attrs==22.2.0
# via
# outcome
# trio
boto3==1.26.68
boto3==1.26.70
# via dallinger
botocore==1.29.68
botocore==1.29.70
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -48,7 +48,7 @@ cryptography==39.0.1
# via pyopenssl
exceptiongroup==1.1.0
# via trio
faker==16.8.1
faker==17.0.0
# via dallinger
flask==2.2.2
# via
Expand Down

0 comments on commit 673a07e

Please sign in to comment.