From d76a98efa297544ef62cfe1639ebc919849cdc8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 03:00:39 +0000 Subject: [PATCH] Bump gunicorn from 21.2.0 to 23.0.0 in /examples/friendschat/src Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 23.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...23.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..aa6f826 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==23.0.0 Flask==2.3.2 Werkzeug==2.3.8