Skip to content

Commit

Permalink
Bump gunicorn from 20.1.0 to 21.2.0
Browse files Browse the repository at this point in the history
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 21.2.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@20.1.0...21.2.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 jon-betts committed Jul 26, 2023
1 parent 0b7f1a3 commit cb2982d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ greenlet==2.0.2
# -r requirements/requirements.txt
# gevent
# sqlalchemy
gunicorn==20.1.0
gunicorn==21.2.0
# via -r requirements/requirements.txt
h-api==1.0.2
# via -r requirements/requirements.txt
Expand Down Expand Up @@ -175,6 +175,7 @@ packaging==23.1
# via
# -r requirements/requirements.txt
# build
# gunicorn
# zope-sqlalchemy
parso==0.8.2
# via jedi
Expand Down
3 changes: 2 additions & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ greenlet==2.0.2
# -r requirements/requirements.txt
# gevent
# sqlalchemy
gunicorn==20.1.0
gunicorn==21.2.0
# via -r requirements/requirements.txt
h-api==1.0.2
# via -r requirements/requirements.txt
Expand Down Expand Up @@ -159,6 +159,7 @@ packaging==23.1
# via
# -r requirements/requirements.txt
# build
# gunicorn
# pytest
# zope-sqlalchemy
passlib==1.7.4
Expand Down
3 changes: 2 additions & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ greenlet==2.0.2
# -r requirements/tests.txt
# gevent
# sqlalchemy
gunicorn==20.1.0
gunicorn==21.2.0
# via
# -r requirements/functests.txt
# -r requirements/tests.txt
Expand Down Expand Up @@ -250,6 +250,7 @@ packaging==23.1
# -r requirements/functests.txt
# -r requirements/tests.txt
# build
# gunicorn
# pytest
# zope-sqlalchemy
passlib==1.7.4
Expand Down
3 changes: 2 additions & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ greenlet==2.0.2
# via
# gevent
# sqlalchemy
gunicorn==20.1.0
gunicorn==21.2.0
# via -r requirements/requirements.in
h-api==1.0.2
# via -r requirements/requirements.in
Expand Down Expand Up @@ -118,6 +118,7 @@ oauthlib==3.2.2
packaging==23.1
# via
# -r requirements/requirements.in
# gunicorn
# zope-sqlalchemy
passlib==1.7.4
# via -r requirements/requirements.in
Expand Down
3 changes: 2 additions & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ greenlet==2.0.2
# -r requirements/requirements.txt
# gevent
# sqlalchemy
gunicorn==20.1.0
gunicorn==21.2.0
# via -r requirements/requirements.txt
h-api==1.0.2
# via -r requirements/requirements.txt
Expand Down Expand Up @@ -164,6 +164,7 @@ packaging==23.1
# via
# -r requirements/requirements.txt
# build
# gunicorn
# pytest
# zope-sqlalchemy
passlib==1.7.4
Expand Down

0 comments on commit cb2982d

Please sign in to comment.