Skip to content

Commit

Permalink
chore: upgrade dependencies py3.11 (#839)
Browse files Browse the repository at this point in the history
Signed-off-by: GustaafL <guus@seita.nl>
  • Loading branch information
GustaafL committed Sep 8, 2023
1 parent 7083f4b commit 8a21233
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 22 deletions.
32 changes: 18 additions & 14 deletions requirements/3.11/app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile --output-file=requirements/3.11/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 @@ -54,7 +54,7 @@ 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
# via
Expand All @@ -73,7 +73,7 @@ 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
Expand Down Expand Up @@ -143,7 +143,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 Down Expand Up @@ -188,6 +188,7 @@ openturns==1.21
# via timely-beliefs
packaging==23.1
# via
# altair
# marshmallow
# marshmallow-sqlalchemy
# matplotlib
Expand Down Expand Up @@ -232,7 +233,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 @@ -245,7 +246,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 @@ -256,8 +257,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 @@ -268,15 +272,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 @@ -292,7 +296,7 @@ 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
Expand All @@ -317,11 +321,11 @@ 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
Expand All @@ -333,13 +337,13 @@ typing-extensions==4.7.1
# 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.12.0
vl-convert-python==0.13.1
# via -r requirements/app.in
webargs==8.3.0
# via -r requirements/app.in
Expand Down
8 changes: 4 additions & 4 deletions requirements/3.11/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 @@ -67,7 +67,7 @@ typing-extensions==4.7.1
# -c requirements/app.txt
# 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.11/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
6 changes: 3 additions & 3 deletions requirements/3.11/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ click==8.1.7
# via
# -c requirements/app.txt
# flask
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via pytest-cov
fakeredis==2.18.0
# via -r requirements/test.in
Expand Down Expand Up @@ -51,9 +51,9 @@ packaging==23.1
# -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

0 comments on commit 8a21233

Please sign in to comment.