Skip to content

Commit 44dc82a

Browse files
chore: Bump gunicorn from 21.2.0 to 22.0.0 in /sdk/python/requirements (feast-dev#4106)
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@21.2.0...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d910033 commit 44dc82a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

sdk/python/requirements/py3.10-ci-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ grpcio-testing==1.62.1
289289
# via feast (setup.py)
290290
grpcio-tools==1.62.1
291291
# via feast (setup.py)
292-
gunicorn==21.2.0 ; platform_system != "Windows"
292+
gunicorn==22.0.0 ; platform_system != "Windows"
293293
# via feast (setup.py)
294294
h11==0.14.0
295295
# via

sdk/python/requirements/py3.10-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ fsspec==2024.3.1
5252
# via dask
5353
greenlet==3.0.3
5454
# via sqlalchemy
55-
gunicorn==21.2.0 ; platform_system != "Windows"
55+
gunicorn==22.0.0 ; platform_system != "Windows"
5656
# via feast (setup.py)
5757
h11==0.14.0
5858
# via uvicorn

sdk/python/requirements/py3.9-ci-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ grpcio-testing==1.62.1
289289
# via feast (setup.py)
290290
grpcio-tools==1.62.1
291291
# via feast (setup.py)
292-
gunicorn==21.2.0 ; platform_system != "Windows"
292+
gunicorn==22.0.0 ; platform_system != "Windows"
293293
# via feast (setup.py)
294294
h11==0.14.0
295295
# via

sdk/python/requirements/py3.9-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ fsspec==2024.3.1
5252
# via dask
5353
greenlet==3.0.3
5454
# via sqlalchemy
55-
gunicorn==21.2.0 ; platform_system != "Windows"
55+
gunicorn==22.0.0 ; platform_system != "Windows"
5656
# via feast (setup.py)
5757
h11==0.14.0
5858
# via uvicorn

0 commit comments

Comments
 (0)