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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent fcc2677 commit 4aba30a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ greenlet==2.0.1
# via
# -r requirements/prod.txt
# sqlalchemy
gunicorn==22.0.0
gunicorn==23.0.0
# via -r requirements/prod.txt
h-pyramid-sentry==1.2.4
# via -r requirements/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 @@ -71,7 +71,7 @@ greenlet==2.0.1
# via
# -r requirements/prod.txt
# sqlalchemy
gunicorn==22.0.0
gunicorn==23.0.0
# via -r requirements/prod.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 @@ -106,7 +106,7 @@ greenlet==2.0.1
# -r requirements/functests.txt
# -r requirements/tests.txt
# sqlalchemy
gunicorn==22.0.0
gunicorn==23.0.0
# via
# -r requirements/functests.txt
# -r requirements/tests.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ google-auth-oauthlib==1.0.0
# via pyramid-googleauth
greenlet==2.0.1
# via sqlalchemy
gunicorn==22.0.0
gunicorn==23.0.0
# via -r requirements/prod.in
h-pyramid-sentry==1.2.4
# via -r requirements/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 @@ -73,7 +73,7 @@ greenlet==2.0.1
# via
# -r requirements/prod.txt
# sqlalchemy
gunicorn==22.0.0
gunicorn==23.0.0
# via -r requirements/prod.txt
h-matchers==1.2.16
# via -r requirements/tests.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/typecheck.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ greenlet==2.0.1
# via
# -r requirements/prod.txt
# sqlalchemy
gunicorn==22.0.0
gunicorn==23.0.0
# via -r requirements/prod.txt
h-pyramid-sentry==1.2.4
# via -r requirements/prod.txt
Expand Down

0 comments on commit 4aba30a

Please sign in to comment.