Bump gunicorn from 22.0.0 to 23.0.0 in /utils/google_app_engine (#13540)
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 22.0.0 to 23.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/22.0.0...23.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> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>pull/13543/head
parent
ba1a483345
commit
353b892c45
|
@ -1,6 +1,6 @@
|
|||
# add these requirements in your app on top of the existing ones
|
||||
pip==23.3
|
||||
Flask==2.3.2
|
||||
gunicorn==22.0.0
|
||||
gunicorn==23.0.0
|
||||
werkzeug>=3.0.1 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||
|
|
Loading…
Reference in New Issue