Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and marcospri committed Sep 4, 2024
1 parent 235d933 commit 05f355e
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/requirements.txt
# sqlalchemy
gunicorn==22.0.0
gunicorn==23.0.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 @@ -76,7 +76,7 @@ greenlet==3.0.3
# via
# -r requirements/requirements.txt
# sqlalchemy
gunicorn==22.0.0
gunicorn==23.0.0
# via -r requirements/requirements.txt
h-matchers==1.2.16
# 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 @@ -107,7 +107,7 @@ greenlet==3.0.3
# -r requirements/requirements.txt
# -r requirements/tests.txt
# sqlalchemy
gunicorn==22.0.0
gunicorn==23.0.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 @@ -44,7 +44,7 @@ google-auth-oauthlib==1.2.0
# via pyramid-googleauth
greenlet==3.0.3
# via sqlalchemy
gunicorn==22.0.0
gunicorn==23.0.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 @@ -78,7 +78,7 @@ greenlet==3.0.3
# via
# -r requirements/requirements.txt
# sqlalchemy
gunicorn==22.0.0
gunicorn==23.0.0
# via -r requirements/requirements.txt
h-matchers==1.2.16
# via -r requirements/tests.in
Expand Down

0 comments on commit 05f355e

Please sign in to comment.