Skip to content

Commit

Permalink
Bump gunicorn from 20.1.0 to 22.0.0 in /src (#286)
Browse files Browse the repository at this point in the history
* Bump gunicorn from 20.1.0 to 22.0.0 in /src

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] <support@github.com>

* Require gunicorn>=22.0 in requirements.in

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Romaniello <aromaniello@ntia.gov>
  • Loading branch information
dependabot[bot] and aromanielloNTIA committed May 10, 2024
1 parent b02ac0b commit aea65e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 2 additions & 1 deletion src/requirements-dev.txt
Expand Up @@ -117,7 +117,7 @@ grpcio==1.59.3
# via
# -r requirements.txt
# ray
gunicorn==20.1.0
gunicorn==22.0.0
# via -r requirements.txt
identify==2.5.32
# via pre-commit
Expand Down Expand Up @@ -196,6 +196,7 @@ packaging==23.2
# via
# -r requirements.txt
# drf-yasg
# gunicorn
# marshmallow
# pyproject-api
# pytest
Expand Down
2 changes: 1 addition & 1 deletion src/requirements.in
Expand Up @@ -5,7 +5,7 @@ django-session-timeout>=0.1, <1.0
drf-yasg>=1.0, <2.0
environs>=9.0, <10.0
filelock>=3.9, <4.0
gunicorn>=20.0, <21.0
gunicorn>=22.0, <23.0
jsonfield>=3.0, <4.0
packaging>=23.0, <24.0
psycopg2-binary>=2.0, <3.0
Expand Down
6 changes: 2 additions & 4 deletions src/requirements.txt
Expand Up @@ -57,7 +57,7 @@ grpcio==1.59.3
# via
# -r requirements.in
# ray
gunicorn==20.1.0
gunicorn==22.0.0
# via -r requirements.in
idna==3.7
# via
Expand Down Expand Up @@ -99,6 +99,7 @@ packaging==23.2
# via
# -r requirements.in
# drf-yasg
# gunicorn
# marshmallow
# ray
pkgutil-resolve-name==1.3.10
Expand Down Expand Up @@ -179,6 +180,3 @@ urllib3==2.1.0
# requests
zipp==3.17.0
# via importlib-resources

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

0 comments on commit aea65e7

Please sign in to comment.