Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 19, 2023
1 parent cd9a7b3 commit bd1f938
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 @@ -88,7 +88,7 @@ greenlet==1.0.0
# via
# -r requirements/requirements.txt
# sqlalchemy
gunicorn==21.0.1
gunicorn==21.1.0
# via -r requirements/requirements.txt
h-pyramid-sentry==1.2.4
# via -r requirements/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 @@ -78,7 +78,7 @@ greenlet==1.0.0
# via
# -r requirements/requirements.txt
# sqlalchemy
gunicorn==21.0.1
gunicorn==21.1.0
# via -r requirements/requirements.txt
h-matchers==1.2.15
# via -r requirements/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 @@ -116,7 +116,7 @@ greenlet==1.0.0
# -r requirements/requirements.txt
# -r requirements/tests.txt
# sqlalchemy
gunicorn==21.0.1
gunicorn==21.1.0
# via
# -r requirements/requirements.txt
# -r requirements/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 @@ -46,7 +46,7 @@ google-auth-oauthlib==0.4.4
# via pyramid-googleauth
greenlet==1.0.0
# via sqlalchemy
gunicorn==21.0.1
gunicorn==21.1.0
# via -r requirements/requirements.in
h-pyramid-sentry==1.2.4
# via -r requirements/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 @@ -84,7 +84,7 @@ greenlet==1.0.0
# via
# -r requirements/requirements.txt
# sqlalchemy
gunicorn==21.0.1
gunicorn==21.1.0
# via -r requirements/requirements.txt
h-matchers==1.2.15
# via -r requirements/tests.in
Expand Down

0 comments on commit bd1f938

Please sign in to comment.