Skip to content

Commit 3917d84

Browse files
dependabot[bot]jkebinger
authored andcommitted
Bump gunicorn from 22.0.0 to 23.0.0 in /examples/gunicorn
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 22.0.0 to 23.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@22.0.0...23.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 23.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f1c44e4 commit 3917d84

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/gunicorn/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/gunicorn/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77

88
[tool.poetry.dependencies]
99
python = "^3.10"
10-
gunicorn = "^22.0.0"
10+
gunicorn = "^23.0.0"
1111
prefab-cloud-python = {path = "../..", develop = true}
1212
cachetools = "5.3.2"
1313
protobuf = "^4.25.8"

0 commit comments

Comments
 (0)