Skip to content

Commit

Permalink
Skip: Update dependency gunicorn to v23 (merge commit)
Browse files Browse the repository at this point in the history
Merge branch 'renovate/gunicorn-23.x' into 'main'
* Skip: Update dependency gunicorn to v23

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

Approved-by: Hang Le <[email protected]>
Approved-by: Joonatan Mäkinen <[email protected]>
Co-authored-by: renovate-bot <group_183_bot_2d78ce980e0cdf1c1f6cfb0fa4c95beb@noreply.gitlab.ci.csc.fi>
Merged by Joonatan Mäkinen <[email protected]>
  • Loading branch information
Joonatan Mäkinen committed Oct 2, 2024
2 parents 9f66ce2 + a75cf47 commit 0c5a4fb
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.8.30",
"click==8.1.7",
"cryptography==43.0.1",
"gunicorn==22.0.0",
"gunicorn==23.0.0",
"keystoneauth1==5.8.0",
"oidcrp==2.1.4",
"python-swiftclient==4.6.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.8.30
click==8.1.7
cryptography==43.0.1
gunicorn==22.0.0
gunicorn==23.0.0
keystoneauth1==5.8.0
oidcrp==2.1.4
python-swiftclient==4.6.0
Expand Down

0 comments on commit 0c5a4fb

Please sign in to comment.