From 56ba07fb6b7cdc94b8d32bb051f0cfdcc78b737a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 02:42:09 +0000 Subject: [PATCH] Bump gunicorn from 21.2.0 to 22.0.0 in /examples/friendschat/src Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/friendschat/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/friendschat/src/requirements.txt b/examples/friendschat/src/requirements.txt index d31773b..f81bc9e 100644 --- a/examples/friendschat/src/requirements.txt +++ b/examples/friendschat/src/requirements.txt @@ -12,6 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -gunicorn==21.2.0 +gunicorn==22.0.0 Flask==2.3.2 Werkzeug==2.3.8