Skip to content
Closed
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
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ flake8==7.3.0
# flake8-pyproject
flake8-pyproject==1.2.4
# via -r requirements-dev.in
flask==2.3.3
flask==3.1.3
# via
# -r requirements-tests.txt
# flask-bcrypt
Expand Down Expand Up @@ -428,6 +428,7 @@ markdown-it-py==4.0.0
markupsafe==3.0.3
# via
# -r requirements-tests.txt
# flask
# jinja2
# mako
# werkzeug
Expand Down
2 changes: 1 addition & 1 deletion requirements-docs.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CloudFlare
cryptography
dnspython3
dyn
Flask<3 # until https://github.com/pytest-dev/pytest-flask/pull/168 is released
Flask<4 # until https://github.com/pytest-dev/pytest-flask/pull/168 is released
Flask-Bcrypt
Flask-Cors
Flask-Limiter
Expand Down
3 changes: 2 additions & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ faker==40.28.1
# factory-boy
fakeredis==2.36.2
# via -r requirements-tests.txt
flask==2.3.3
flask==3.1.3
# via
# -r requirements-docs.in
# -r requirements-tests.txt
Expand Down Expand Up @@ -448,6 +448,7 @@ markdown-it-py==4.0.0
markupsafe==3.0.3
# via
# -r requirements-tests.txt
# flask
# jinja2
# mako
# werkzeug
Expand Down
3 changes: 2 additions & 1 deletion requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ faker==40.28.1
# factory-boy
fakeredis==2.36.2
# via -r requirements-tests.in
flask==2.3.3
flask==3.1.3
# via
# -r requirements.txt
# flask-bcrypt
Expand Down Expand Up @@ -359,6 +359,7 @@ markdown-it-py==4.0.0
markupsafe==3.0.3
# via
# -r requirements.txt
# flask
# jinja2
# mako
# werkzeug
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Flask-Migrate
Flask-Principal
Flask-RESTful
Flask-SQLAlchemy
Flask<3 # until https://github.com/pytest-dev/pytest-flask/pull/168 is released
Flask<4 # until https://github.com/pytest-dev/pytest-flask/pull/168 is released
Flask-Cors
flask_replicated
future
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ dyn==1.8.6
# via -r requirements.in
exceptiongroup==1.3.1
# via celery
flask==2.3.3
flask==3.1.3
# via
# -r requirements.in
# flask-bcrypt
Expand Down Expand Up @@ -213,6 +213,7 @@ mako==1.3.12
# via alembic
markupsafe==3.0.3
# via
# flask
# jinja2
# mako
# werkzeug
Expand Down
Loading