Skip to content

Commit

Permalink
Skip: Update dependency gunicorn to v22 [SECURITY] (merge commit)
Browse files Browse the repository at this point in the history
Merge branch 'renovate/pypi-gunicorn-vulnerability' into 'main'
* Skip: Update dependency gunicorn to v22 [SECURITY]

See merge request https://gitlab.ci.csc.fi/sds-dev/sd-connect/swift-browser-ui/-/merge_requests/320

Approved-by: Stefan Negru <stefan@blankdots.com>
Approved-by: Joonatan Mäkinen <jmakine@csc.fi>
Co-authored-by: renovate-bot <group183_bot1@noreply.gitlab.ci.csc.fi>
Merged by Joonatan Mäkinen <jmakine@csc.fi>
  • Loading branch information
Joonatan Mäkinen committed May 15, 2024
2 parents a373086 + a1e50a1 commit a489183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies = [
"certifi==2024.2.2",
"click==8.1.7",
"cryptography==42.0.5",
"gunicorn==21.2.0",
"gunicorn==22.0.0",
"keystoneauth1==5.6.0",
"oidcrp==2.1.4",
"python-swiftclient==4.5.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ asyncpg==0.29.0
certifi==2024.2.2
click==8.1.7
cryptography==42.0.5
gunicorn==21.2.0
gunicorn==22.0.0
keystoneauth1==5.6.0
oidcrp==2.1.4
python-swiftclient==4.5.0
Expand Down

0 comments on commit a489183

Please sign in to comment.