Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

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

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 19, 2024
1 parent bbf5fc9 commit 6b8871f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
10 changes: 8 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,11 @@ govuk-frontend-jinja==2.6.0
# govuk-frontend-wtf
govuk-frontend-wtf==2.4.0
# via -r requirements.txt
gunicorn==20.1.0
greenlet==3.0.3
# via
# -r requirements.txt
# sqlalchemy
gunicorn==22.0.0
# via
# -r requirements.txt
# funding-service-design-utils
Expand Down Expand Up @@ -194,9 +198,11 @@ mypy-extensions==1.0.0
# via mypy
notifications-python-client==9.0.0
# via -r requirements.txt
packaging==23.1
packaging==24.1
# via
# -r requirements.txt
# build
# gunicorn
# pytest
pbr==5.11.1
# via stevedore
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ email_validator==2.0.0.post2
flask==2.3.2
govuk-frontend-jinja==2.6.0
govuk-frontend-wtf==2.4.0
gunicorn==20.1.0
gunicorn==22.0.0
flask-WTF==1.1.1
notifications-python-client==9.0.0
9 changes: 5 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ govuk-frontend-jinja==2.6.0
# govuk-frontend-wtf
govuk-frontend-wtf==2.4.0
# via -r requirements.in
gunicorn==20.1.0
greenlet==3.0.3
# via sqlalchemy
gunicorn==22.0.0
# via
# -r requirements.in
# funding-service-design-utils
Expand Down Expand Up @@ -123,6 +125,8 @@ markupsafe==2.1.2
# wtforms
notifications-python-client==9.0.0
# via -r requirements.in
packaging==24.1
# via gunicorn
pycparser==2.21
# via cffi
pyee==6.0.0
Expand Down Expand Up @@ -195,6 +199,3 @@ wtforms==3.0.1
# via
# flask-wtf
# govuk-frontend-wtf

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 6b8871f

Please sign in to comment.