Skip to content

Commit

Permalink
fix(deps): update dependency gunicorn to v21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 16, 2024
1 parent 435607b commit 5c2b9ba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 23 deletions.
27 changes: 6 additions & 21 deletions frontend/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pandas = "^2.2"
lmfit = "^1.1.0"
xhtml2pdf = "^0.2.9"
matplotlib = "^3.7.1"
gunicorn = "^20.1.0"
gunicorn = "^21.0.0"
pip = "^23.3.2"


Expand Down
2 changes: 1 addition & 1 deletion frontend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cycler==0.12.1 ; python_version >= "3.12" and python_version < "3.13"
django==4.2.11 ; python_version >= "3.12" and python_version < "3.13"
fonttools==4.49.0 ; python_version >= "3.12" and python_version < "3.13"
future==1.0.0 ; python_version >= "3.12" and python_version < "3.13"
gunicorn==20.1.0 ; python_version >= "3.12" and python_version < "3.13"
gunicorn==21.2.0 ; python_version >= "3.12" and python_version < "3.13"
html5lib==1.1 ; python_version >= "3.12" and python_version < "3.13"
idna==3.6 ; python_version >= "3.12" and python_version < "3.13"
joblib==1.3.2 ; python_version >= "3.12" and python_version < "3.13"
Expand Down

0 comments on commit 5c2b9ba

Please sign in to comment.