From f74c265769e52d3b63af98347b889b0bec4bf8d0 Mon Sep 17 00:00:00 2001 From: Martin Mirchev Date: Thu, 18 Jul 2024 14:15:55 +0800 Subject: [PATCH] Another round of dependency updates --- environment.windows.yml | 6 +++--- environment.yml | 4 ++-- requirements.txt | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/environment.windows.yml b/environment.windows.yml index 0cf49fee..ba0bb558 100644 --- a/environment.windows.yml +++ b/environment.windows.yml @@ -12,9 +12,9 @@ dependencies: - distro==1.9.0 - docstring-parser==0.15 - h11==0.14.0 - - httpcore==1.0.2 + - httpcore==1.0.5 - httpx==0.26.0 - - idna==3.6 + - idna==3.7 - lxml==5.1.0 - openai==1.8.0 - pydantic==2.5.3 @@ -24,7 +24,7 @@ dependencies: - soupsieve==2.5 - tenacity==8.2.3 - termcolor==2.4.0 - - tqdm==4.66.1 + - tqdm==4.66.4 - typing-extensions==4.9.0 - unittest-xml-reporting==3.2.0 - coverage diff --git a/environment.yml b/environment.yml index 89bd460d..1627869e 100644 --- a/environment.yml +++ b/environment.yml @@ -38,7 +38,7 @@ dependencies: - h11==0.14.0 - httpcore==1.0.5 - httpx==0.27.0 - - idna==3.6 + - idna==3.7 - lxml==5.1.0 - openai==1.23.3 - pydantic==2.5.3 @@ -50,7 +50,7 @@ dependencies: - tenacity==8.2.3 - termcolor==2.4.0 - timeout-decorator==0.5.0 - - tqdm==4.66.1 + - tqdm==4.66.4 - typing-extensions==4.9.0 - unittest-xml-reporting==3.2.0 - coverage==7.4.4 diff --git a/requirements.txt b/requirements.txt index 7e3b6fcf..6f6077d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ httpx==0.27.0 huggingface-hub==0.23.5 hyperframe identify==2.5.33 -idna==3.6 +idna==3.7 importlib-metadata==7.0.1 install-jdk==1.1.0 isort==5.13.2 @@ -102,7 +102,7 @@ timeout-decorator==0.5.0 tokenizers==0.19.1 tomlkit==0.13.0 torch==2.2.1 -tqdm==4.66.1 +tqdm==4.66.4 tree-sitter==0.21.3 tree-sitter-c==0.21.4 tree-sitter-cpp==0.22.2 @@ -117,5 +117,5 @@ unittest-xml-reporting==3.2.0 urllib3 virtualenv==20.25.0 yarl==1.9.4 -zipp==3.17.0 +zipp==3.19.2 zstandard==0.22.0