Skip to content

Commit

Permalink
Bump gunicorn from 21.2.0 to 22.0.0 in /requirements
Browse files Browse the repository at this point in the history
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 22.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@21.2.0...22.0.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and marcospri committed Apr 17, 2024
1 parent 540f885 commit 5f3cd91
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ greenlet==3.0.3
# via
# -r requirements.txt
# sqlalchemy
gunicorn==21.2.0
gunicorn==22.0.0
# via -r requirements.txt
h-pyramid-sentry==1.2.4
# via -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ greenlet==3.0.3
# via
# -r requirements.txt
# sqlalchemy
gunicorn==21.2.0
gunicorn==22.0.0
# via -r requirements.txt
h-matchers==1.2.15
# via -r functests.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ greenlet==3.0.3
# -r requirements.txt
# -r tests.txt
# sqlalchemy
gunicorn==21.2.0
gunicorn==22.0.0
# via
# -r requirements.txt
# -r tests.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ google-auth-oauthlib==1.2.0
# via pyramid-googleauth
greenlet==3.0.3
# via sqlalchemy
gunicorn==21.2.0
gunicorn==22.0.0
# via -r requirements.in
h-pyramid-sentry==1.2.4
# via -r requirements.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ greenlet==3.0.3
# via
# -r requirements.txt
# sqlalchemy
gunicorn==21.2.0
gunicorn==22.0.0
# via -r requirements.txt
h-matchers==1.2.15
# via -r tests.in
Expand Down

0 comments on commit 5f3cd91

Please sign in to comment.