From 3043c06c9838757440771fb29e553c92642978e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 17:45:42 +0000 Subject: [PATCH 1/3] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=F0=9F=9B=A0=EF=B8=8F(?= =?UTF-8?q?deps):=20update=20dependency=20openai=20to=20v1.57.3=20(#799)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0cdf632..8780a01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ js2py = "^0.74" PyExecJS2="1.6.1" curl_cffi = "0.7.4" Brotli = "1.1.0" -openai = "1.57.2" +openai = "1.57.3" groq = "0.13.0" # crawl4ai = "0.3.72" playwright = "1.49.1" From 7ec5e0e12c64c0dbfde1235379516df6dc21afe5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 06:46:54 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=F0=9F=9B=A0=EF=B8=8F(?= =?UTF-8?q?deps):=20update=20dependency=20pytest-asyncio=20to=20^0.25.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8780a01..7e39337 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -116,7 +116,7 @@ overgeneral-exceptions = [ [tool.poetry.group.test.dependencies] pytest = "^8.0.0" pytest-cov = "^6.0.0" -pytest-asyncio = "^0.24.0" +pytest-asyncio = "^0.25.0" pytest-mock = "^3.11.1" pytest-loguru = "^0.4.0" From e39819c853d7a490f59201b76c1aefe646872ef5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 17:21:39 +0000 Subject: [PATCH 3/3] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=F0=9F=9B=A0=EF=B8=8F(?= =?UTF-8?q?deps):=20update=20dependency=20openai=20to=20v1.57.4=20(#802)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e39337..9e56508 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ js2py = "^0.74" PyExecJS2="1.6.1" curl_cffi = "0.7.4" Brotli = "1.1.0" -openai = "1.57.3" +openai = "1.57.4" groq = "0.13.0" # crawl4ai = "0.3.72" playwright = "1.49.1"