Skip to content

Commit

Permalink
Another round of dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Marti2203 committed Jul 18, 2024
1 parent 730c0b5 commit f74c265
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions environment.windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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

0 comments on commit f74c265

Please sign in to comment.