From 4c84321ad0787da711508d8dfa518faa3b8f8867 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 06:12:44 +0000 Subject: [PATCH] build(deps): bump the pip group across 2 directories with 2 updates Bumps the pip group with 2 updates in the / directory: [gunicorn](https://github.com/benoitc/gunicorn) and [pydantic](https://github.com/pydantic/pydantic). Bumps the pip group with 1 update in the /frontend directory: [pydantic](https://github.com/pydantic/pydantic). Updates `gunicorn` from 20.1.0 to 22.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.1.0...22.0.0) Updates `pydantic` from 1.8.2 to 1.10.13 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.8.2...v1.10.13) Updates `pydantic` from 1.8.2 to 1.10.13 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.8.2...v1.10.13) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production dependency-group: pip - dependency-name: pydantic dependency-type: direct:production dependency-group: pip - dependency-name: pydantic dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- frontend/requirements.txt | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/requirements.txt b/frontend/requirements.txt index 59d1796..3ac99e6 100644 --- a/frontend/requirements.txt +++ b/frontend/requirements.txt @@ -1,3 +1,3 @@ -pydantic==1.8.2 +pydantic==1.10.13 streamlit-drawable-canvas==0.9.2 streamlit-image-comparison==0.0.2 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 421b2bb..06262fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,8 +3,8 @@ fastapi-restful==0.4.3 fastapi-health==0.4.0 service-streamer==0.1.2 loguru==0.6.0 -gunicorn==20.1.0 -pydantic==1.9.2 +gunicorn==22.0.0 +pydantic==1.10.13 diffusers transformers accelerate