Skip to content

Commit

Permalink
Bump the python-requirements group in /requirements with 3 updates (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism authored Dec 13, 2023
2 parents 089f6a1 + b55ccae commit 399aa85
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ click==8.1.7
# via pip-tools
colorama==0.4.6
# via tox
cryptography==41.0.5
cryptography==41.0.7
# via -r typing.in
distlib==0.3.7
# via virtualenv
Expand All @@ -52,7 +52,7 @@ jinja2==3.1.2
# via sphinx
markupsafe==2.1.3
# via jinja2
mypy==1.6.1
mypy==1.7.1
# via -r typing.in
mypy-extensions==1.0.0
# via mypy
Expand Down Expand Up @@ -130,7 +130,7 @@ sphinxcontrib-qthelp==1.0.6
# via sphinx
sphinxcontrib-serializinghtml==1.1.9
# via sphinx
tox==4.11.3
tox==4.11.4
# via -r dev.in
types-contextvars==2.4.7.3
# via -r typing.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
cffi==1.16.0
# via cryptography
cryptography==41.0.5
cryptography==41.0.7
# via -r typing.in
mypy==1.6.1
mypy==1.7.1
# via -r typing.in
mypy-extensions==1.0.0
# via mypy
Expand Down
2 changes: 1 addition & 1 deletion src/flask/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def index():
return current_app.response_class()
if len(args) == 1:
args = args[0]
return current_app.make_response(args) # type: ignore
return current_app.make_response(args)


def url_for(
Expand Down

0 comments on commit 399aa85

Please sign in to comment.