Skip to content

Commit

Permalink
upgrade dependencies for Python3.10
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Höning <nicolas@seita.nl>
  • Loading branch information
nhoening committed Sep 8, 2023
1 parent 29e6d7f commit 7083f4b
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 30 deletions.
48 changes: 28 additions & 20 deletions requirements/3.10/app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile --output-file=requirements/3.10/app.txt requirements/app.in
#
alembic==1.11.3
alembic==1.12.0
# via flask-migrate
altair==5.0.1
altair==5.1.1
# via -r requirements/app.in
arrow==1.2.3
# via rq-dashboard
Expand Down Expand Up @@ -56,9 +56,9 @@ email-validator==2.0.0.post2
# via
# -r requirements/app.in
# flask-security-too
filelock==3.12.2
filelock==3.12.3
# via tldextract
flask==2.1.2
flask==2.2.5
# via
# -r requirements/app.in
# flask-classful
Expand All @@ -75,27 +75,27 @@ flask==2.1.2
# flask-wtf
# rq-dashboard
# sentry-sdk
flask-classful==0.14.2
flask-classful==0.16.0
# via -r requirements/app.in
flask-cors==4.0.0
# via -r requirements/app.in
flask-json==0.3.5
flask-json==0.4.0
# via -r requirements/app.in
flask-login==0.6.1
flask-login==0.6.2
# via
# -r requirements/app.in
# flask-security-too
flask-mail==0.9.1
# via -r requirements/app.in
flask-marshmallow==0.14.0
flask-marshmallow==0.15.0
# via -r requirements/app.in
flask-migrate==4.0.4
# via -r requirements/app.in
flask-principal==0.4.0
# via flask-security-too
flask-security-too==5.1.2
# via -r requirements/app.in
flask-sqlalchemy==2.5.1
flask-sqlalchemy==3.0.5
# via
# -r requirements/app.in
# flask-migrate
Expand Down Expand Up @@ -145,7 +145,7 @@ jsonschema==4.19.0
# via altair
jsonschema-specifications==2023.7.1
# via jsonschema
kiwisolver==1.4.4
kiwisolver==1.4.5
# via matplotlib
lunardate==0.2.0
# via workalendar
Expand All @@ -156,6 +156,7 @@ markupsafe==2.1.3
# jinja2
# mako
# sentry-sdk
# werkzeug
# wtforms
marshmallow==3.20.1
# via
Expand Down Expand Up @@ -190,6 +191,8 @@ openturns==1.21
# via timely-beliefs
packaging==23.1
# via
# altair
# flask-marshmallow
# marshmallow
# marshmallow-sqlalchemy
# matplotlib
Expand Down Expand Up @@ -234,7 +237,7 @@ pyluach==2.2.0
# via workalendar
pymeeus==0.5.12
# via convertdate
pyomo==6.6.1
pyomo==6.6.2
# via -r requirements/app.in
pyparsing==3.0.9
# via matplotlib
Expand All @@ -247,7 +250,7 @@ python-dateutil==2.8.2
# workalendar
python-dotenv==1.0.0
# via -r requirements/app.in
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/app.in
# pandas
Expand All @@ -258,8 +261,11 @@ pyyaml==6.0.1
redis==4.6.0
# via
# -r requirements/app.in
# redis-sentinel-url
# rq
# rq-dashboard
redis-sentinel-url==1.0.1
# via rq-dashboard
referencing==0.30.2
# via
# jsonschema
Expand All @@ -270,15 +276,15 @@ requests==2.31.0
# tldextract
requests-file==1.5.1
# via tldextract
rpds-py==0.9.2
rpds-py==0.10.2
# via
# jsonschema
# referencing
rq==1.15.1
# via
# -r requirements/app.in
# rq-dashboard
rq-dashboard==0.6.1
rq-dashboard==0.6.7
# via -r requirements/app.in
scikit-base==0.5.1
# via sktime
Expand All @@ -294,11 +300,10 @@ scipy==1.11.2
# statsmodels
# timely-beliefs
# timetomodel
sentry-sdk[flask]==1.29.2
sentry-sdk[flask]==1.30.0
# via -r requirements/app.in
six==1.16.0
# via
# flask-marshmallow
# isodate
# patsy
# python-dateutil
Expand All @@ -319,32 +324,35 @@ tabulate==0.9.0
# via -r requirements/app.in
threadpoolctl==3.2.0
# via scikit-learn
timely-beliefs[forecast]==1.21.0
timely-beliefs[forecast]==1.22.0
# via -r requirements/app.in
timetomodel==0.7.3
# via -r requirements/app.in
tldextract==3.4.4
tldextract==3.5.0
# via -r requirements/app.in
toolz==0.12.0
# via altair
typing-extensions==4.7.1
# via
# alembic
# altair
# filelock
# pint
# py-moneyed
# pydantic
tzdata==2023.3
# via pandas
uniplot==0.10.1
uniplot==0.10.2
# via -r requirements/app.in
urllib3==2.0.4
# via
# requests
# sentry-sdk
vl-convert-python==0.13.1
# via -r requirements/app.in
webargs==8.3.0
# via -r requirements/app.in
werkzeug==2.1.0
werkzeug==2.2.3
# via
# -r requirements/app.in
# flask
Expand Down
9 changes: 5 additions & 4 deletions requirements/3.10/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ click==8.1.7
# black
distlib==0.3.7
# via virtualenv
filelock==3.12.2
filelock==3.12.3
# via
# -c requirements/app.txt
# virtualenv
Expand Down Expand Up @@ -46,13 +46,13 @@ platformdirs==3.10.0
# via
# black
# virtualenv
pre-commit==3.3.3
pre-commit==3.4.0
# via -r requirements/dev.in
pycodestyle==2.8.0
# via flake8
pyflakes==2.4.0
# via flake8
pyinstrument==4.5.1
pyinstrument==4.5.3
# via -r requirements/dev.in
pytest-runner==6.0.0
# via -r requirements/dev.in
Expand All @@ -71,9 +71,10 @@ tomli==2.0.1
typing-extensions==4.7.1
# via
# -c requirements/app.txt
# filelock
# mypy
# setuptools-scm
virtualenv==20.24.3
virtualenv==20.24.4
# via pre-commit
watchdog==3.0.0
# via -r requirements/dev.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/3.10/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ six==1.16.0
# sphinxcontrib-httpdomain
snowballstemmer==2.2.0
# via sphinx
sphinx==7.2.2
sphinx==7.2.5
# via
# -r requirements/docs.in
# sphinx-copybutton
Expand Down
11 changes: 6 additions & 5 deletions requirements/3.10/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ click==8.1.7
# via
# -c requirements/app.txt
# flask
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via pytest-cov
exceptiongroup==1.1.3
# via pytest
fakeredis==2.18.0
# via -r requirements/test.in
flask==2.1.2
flask==2.2.5
# via
# -c requirements/app.txt
# pytest-flask
Expand All @@ -52,14 +52,15 @@ markupsafe==2.1.3
# via
# -c requirements/app.txt
# jinja2
# werkzeug
packaging==23.1
# via
# -c requirements/app.txt
# pytest
# pytest-sugar
pluggy==1.2.0
pluggy==1.3.0
# via pytest
pytest==7.4.0
pytest==7.4.2
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -98,7 +99,7 @@ urllib3==2.0.4
# via
# -c requirements/app.txt
# requests
werkzeug==2.1.0
werkzeug==2.2.3
# via
# -c requirements/app.txt
# flask
Expand Down

0 comments on commit 7083f4b

Please sign in to comment.