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 fe14401 commit 4ba9adf
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements/bddtests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ greenlet==3.0.3
# via
# -r prod.txt
# sqlalchemy
gunicorn==21.2.0
gunicorn==22.0.0
# via -r prod.txt
h-api==1.1.0
# via -r prod.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ greenlet==3.0.3
# via
# -r prod.txt
# sqlalchemy
gunicorn==21.2.0
gunicorn==22.0.0
# via -r prod.txt
h-api==1.1.0
# via -r prod.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ greenlet==3.0.3
# via
# -r prod.txt
# sqlalchemy
gunicorn==21.2.0
gunicorn==22.0.0
# via -r prod.txt
h-api==1.1.0
# via -r prod.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ greenlet==3.0.3
# -r functests.txt
# -r tests.txt
# sqlalchemy
gunicorn==21.2.0
gunicorn==22.0.0
# via
# -r bddtests.txt
# -r functests.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,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 prod.in
h-api==1.1.0
# via -r prod.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ greenlet==3.0.3
# via
# -r prod.txt
# sqlalchemy
gunicorn==21.2.0
gunicorn==22.0.0
# via -r prod.txt
h-api==1.1.0
# via -r prod.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/typecheck.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ greenlet==3.0.3
# via
# -r prod.txt
# sqlalchemy
gunicorn==21.2.0
gunicorn==22.0.0
# via -r prod.txt
h-api==1.1.0
# via -r prod.txt
Expand Down

0 comments on commit 4ba9adf

Please sign in to comment.