From fc939c34dc1c032cdb1f071fbfbb53d07e9c9456 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 13:13:54 +0200 Subject: [PATCH] :arrow_up: Bump tqdm from 4.66.2 to 4.66.3 (#519) --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index ca3aced..fbee905 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -294,7 +294,7 @@ stack-data==0.6.3 # via ipython termcolor==2.4.0 # via pytest-sugar -tqdm==4.66.2 +tqdm==4.66.3 # via openai traitlets==5.14.2 # via diff --git a/requirements.txt b/requirements.txt index 00af3f6..aacdd8b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -181,7 +181,7 @@ sqlparse==0.5.0 # via # django # django-debug-toolbar -tqdm==4.66.2 +tqdm==4.66.3 # via openai typing-extensions==4.11.0 # via