From 08f0c53f5d47f8ef54437d6548f1bcc5601c30c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 17:10:30 +0000 Subject: [PATCH] build(deps): bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the / directory: [flask-cors](https://github.com/corydolphin/flask-cors) and [urllib3](https://github.com/urllib3/urllib3). Updates `flask-cors` from 4.0.0 to 4.0.2 - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md) - [Commits](https://github.com/corydolphin/flask-cors/compare/4.0.0...4.0.2) Updates `urllib3` from 2.0.7 to 2.2.2 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.0.7...2.2.2) --- updated-dependencies: - dependency-name: flask-cors dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d6e2038..5721b59 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ datasets==2.18.0 dotenv==1.0.1 diskcache==5.6.3 Flask==3.0.2 -Flask-Cors==4.0.0 +Flask-Cors==4.0.2 httpx==0.27.0 huggingface-hub==0.21.3 Jinja2==3.1.3 @@ -24,5 +24,5 @@ tokenizers==0.15.2 torch==2.2.1 transformers==4.38.2 tzdata==2024.1 -urllib3==2.0.7 +urllib3==2.2.2 Werkzeug==3.0.1