Skip to content

Commit

Permalink
Security updates of dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
tblock79 committed Jan 30, 2025
1 parent 73b98fd commit fabc3cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pytest-subprocess

# user interface
aiofiles
jinja2
jinja2>=3.1.5
types-Jinja2
# 0.15.0 breaks session management; the next commit after 0.18 will include the fix
starlette >= 0.40.0
Expand Down
2 changes: 1 addition & 1 deletion app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ iniconfig==2.0.0
# via pytest
itsdangerous==2.2.0
# via -r requirements.in
jinja2==3.1.4
jinja2==3.1.5
# via
# -r requirements.in
# sphinx
Expand Down
2 changes: 1 addition & 1 deletion app/webinterface/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h5 class="title is-5 configtitle" style="margin-top: 40px; margin-bottom: 0px !
$("#controlpageloader").removeClass('is-active');
clearTimeout(pageloaderTimeout);
location.reload();
}, 2000);
}, 30000);
},
error: function (data) {
$("#controlpageloader").removeClass('is-active');
Expand Down

0 comments on commit fabc3cd

Please sign in to comment.