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 and robertknight committed Nov 5, 2024
1 parent bdda2d7 commit e8e1587
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 @@ -58,7 +58,7 @@ greenlet==3.0.3
# via
# -r requirements/prod.txt
# sqlalchemy
gunicorn==22.0.0
gunicorn==23.0.0
# via -r requirements/prod.txt
h-assets==1.0.7
# 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 @@ -56,7 +56,7 @@ greenlet==3.0.3
# via
# -r requirements/prod.txt
# sqlalchemy
gunicorn==22.0.0
gunicorn==23.0.0
# via -r requirements/prod.txt
h-assets==1.0.7
# via -r requirements/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 @@ -92,7 +92,7 @@ greenlet==3.0.3
# -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 @@ -30,7 +30,7 @@ google-auth-oauthlib==1.2.1
# via -r requirements/prod.in
greenlet==3.0.3
# via sqlalchemy
gunicorn==22.0.0
gunicorn==23.0.0
# via -r requirements/prod.in
h-assets==1.0.7
# 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 @@ -58,7 +58,7 @@ greenlet==3.0.3
# via
# -r requirements/prod.txt
# sqlalchemy
gunicorn==22.0.0
gunicorn==23.0.0
# via -r requirements/prod.txt
h-assets==1.0.7
# via -r requirements/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 @@ -48,7 +48,7 @@ greenlet==3.0.3
# via
# -r requirements/prod.txt
# sqlalchemy
gunicorn==22.0.0
gunicorn==23.0.0
# via -r requirements/prod.txt
h-assets==1.0.7
# via -r requirements/prod.txt
Expand Down

0 comments on commit e8e1587

Please sign in to comment.