From d2462442fa09026d750a716bdb328e0e6a394da2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:12:54 +0000 Subject: [PATCH] feat(Dependencies): Update dependency gunicorn to v22 | datasource | package | from | to | | ---------- | -------- | ------ | ------ | | pypi | gunicorn | 21.2.0 | 22.0.0 | --- FastapiOpenRestyConfigurator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FastapiOpenRestyConfigurator/requirements.txt b/FastapiOpenRestyConfigurator/requirements.txt index 96a09b6..c289b73 100644 --- a/FastapiOpenRestyConfigurator/requirements.txt +++ b/FastapiOpenRestyConfigurator/requirements.txt @@ -3,5 +3,5 @@ uvicorn==0.29.0 werkzeug==3.0.2 Jinja2==3.1.3 python-dotenv==1.0.1 -gunicorn==21.2.0 +gunicorn==22.0.0 pydantic-settings