Skip to content

Commit

Permalink
chore: use ci/update-packages.sh to upgrade dependencies for all supp…
Browse files Browse the repository at this point in the history
…orted Python versions

Signed-off-by: F.N. Claessen <felix@seita.nl>
  • Loading branch information
Flix6x committed Sep 12, 2023
1 parent c4608cf commit 36906b5
Show file tree
Hide file tree
Showing 13 changed files with 132 additions and 112 deletions.
4 changes: 2 additions & 2 deletions requirements/3.10/app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ marshmallow-polyfield==5.11
# via -r requirements/app.in
marshmallow-sqlalchemy==0.29.0
# via -r requirements/app.in
matplotlib==3.7.2
matplotlib==3.7.3
# via timetomodel
numpy==1.24.4
# via
Expand Down Expand Up @@ -239,7 +239,7 @@ pymeeus==0.5.12
# via convertdate
pyomo==6.6.2
# via -r requirements/app.in
pyparsing==3.0.9
pyparsing==3.1.1
# via matplotlib
python-dateutil==2.8.2
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/3.10/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ flake8==4.0.1
# via -r requirements/dev.in
flake8-blind-except==0.2.1
# via -r requirements/dev.in
identify==2.5.27
identify==2.5.28
# via pre-commit
mccabe==0.6.1
# via flake8
Expand Down Expand Up @@ -74,7 +74,7 @@ typing-extensions==4.7.1
# filelock
# mypy
# setuptools-scm
virtualenv==20.24.4
virtualenv==20.24.5
# via pre-commit
watchdog==3.0.0
# via -r requirements/dev.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/3.10/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ coverage[toml]==7.3.1
# via pytest-cov
exceptiongroup==1.1.3
# via pytest
fakeredis==2.18.0
fakeredis==2.18.1
# via -r requirements/test.in
flask==2.2.5
# via
Expand Down
19 changes: 10 additions & 9 deletions requirements/3.11/app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ email-validator==2.0.0.post2
# flask-security-too
filelock==3.12.3
# via tldextract
flask==2.1.2
flask==2.2.5
# via
# -r requirements/app.in
# flask-classful
Expand All @@ -77,23 +77,23 @@ 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 @@ -154,6 +154,7 @@ markupsafe==2.1.3
# jinja2
# mako
# sentry-sdk
# werkzeug
# wtforms
marshmallow==3.20.1
# via
Expand All @@ -166,7 +167,7 @@ marshmallow-polyfield==5.11
# via -r requirements/app.in
marshmallow-sqlalchemy==0.29.0
# via -r requirements/app.in
matplotlib==3.7.2
matplotlib==3.7.3
# via timetomodel
numpy==1.24.4
# via
Expand All @@ -189,6 +190,7 @@ openturns==1.21
packaging==23.1
# via
# altair
# flask-marshmallow
# marshmallow
# marshmallow-sqlalchemy
# matplotlib
Expand Down Expand Up @@ -235,7 +237,7 @@ pymeeus==0.5.12
# via convertdate
pyomo==6.6.2
# via -r requirements/app.in
pyparsing==3.0.9
pyparsing==3.1.1
# via matplotlib
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -300,7 +302,6 @@ sentry-sdk[flask]==1.30.0
# via -r requirements/app.in
six==1.16.0
# via
# flask-marshmallow
# isodate
# patsy
# python-dateutil
Expand Down Expand Up @@ -347,7 +348,7 @@ 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
4 changes: 2 additions & 2 deletions requirements/3.11/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ flake8==4.0.1
# via -r requirements/dev.in
flake8-blind-except==0.2.1
# via -r requirements/dev.in
identify==2.5.27
identify==2.5.28
# via pre-commit
mccabe==0.6.1
# via flake8
Expand Down Expand Up @@ -67,7 +67,7 @@ typing-extensions==4.7.1
# -c requirements/app.txt
# mypy
# setuptools-scm
virtualenv==20.24.4
virtualenv==20.24.5
# via pre-commit
watchdog==3.0.0
# via -r requirements/dev.in
Expand Down
7 changes: 4 additions & 3 deletions requirements/3.11/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ click==8.1.7
# flask
coverage[toml]==7.3.1
# via pytest-cov
fakeredis==2.18.0
fakeredis==2.18.1
# via -r requirements/test.in
flask==2.1.2
flask==2.2.5
# via
# -c requirements/app.txt
# pytest-flask
Expand All @@ -46,6 +46,7 @@ markupsafe==2.1.3
# via
# -c requirements/app.txt
# jinja2
# werkzeug
packaging==23.1
# via
# -c requirements/app.txt
Expand Down Expand Up @@ -88,7 +89,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
Loading

0 comments on commit 36906b5

Please sign in to comment.