Skip to content

Commit

Permalink
build(deps): bump the pip group across 3 directories with 3 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 2 updates in the /Experiments/CV/ocr_with_bert directory: [transformers](https://github.com/huggingface/transformers) and [requests](https://github.com/psf/requests).
Bumps the pip group with 2 updates in the /LLMs/RAG/llama-index-milvus-example directory: [requests](https://github.com/psf/requests) and [gradio](https://github.com/gradio-app/gradio).
Bumps the pip group with 1 update in the /LLMs/training/llama_peft_trl directory: [requests](https://github.com/psf/requests).


Updates `transformers` from 4.41.0 to 4.41.2
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.41.0...v4.41.2)

Updates `requests` from 2.32.0 to 2.32.3
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.0...v2.32.3)

Updates `requests` from 2.32.0 to 2.32.3
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.0...v2.32.3)

Updates `gradio` from 3.42.0 to 3.44.3
- [Release notes](https://github.com/gradio-app/gradio/releases)
- [Changelog](https://github.com/gradio-app/gradio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gradio-app/gradio/compare/[email protected]@3.44.3)

Updates `requests` from 2.32.0 to 2.32.3
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.0...v2.32.3)

---
updated-dependencies:
- dependency-name: transformers
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: requests
  dependency-type: indirect
  dependency-group: pip
- dependency-name: requests
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: gradio
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: requests
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 6, 2024
1 parent f4d5204 commit 332daeb
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 20 deletions.
14 changes: 7 additions & 7 deletions Experiments/CV/ocr_with_bert/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Experiments/CV/ocr_with_bert/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [{include = "ocr_with_bert"}]
python = "^3.10"
torch = "^2.0.1"
opencv-python = "^4.8.0.74"
transformers = "^4.41.0"
transformers = "^4.41.2"
numpy = "^1.25.1"
contextualspellcheck = "^0.4.3"
spacy = "^3.6.0"
Expand Down
4 changes: 2 additions & 2 deletions LLMs/RAG/llama-index-milvus-example/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ filelock = "==3.12.3"
fonttools = "==4.43.0"
frozenlist = "==1.4.0"
fsspec = "==2023.9.0"
gradio = "==3.42.0"
gradio = "==3.44.3"
gradio-client = "==0.5.0"
h11 = "==0.14.0"
httpcore = "==0.17.3"
Expand Down Expand Up @@ -65,7 +65,7 @@ pytz = "==2023.3.post1"
pyyaml = "==6.0.1"
referencing = "==0.30.2"
regex = "==2023.8.8"
requests = "==2.32.0"
requests = "==2.32.3"
rpds-py = "==0.10.2"
semantic-version = "==2.10.0"
six = "==1.16.0"
Expand Down
Loading

0 comments on commit 332daeb

Please sign in to comment.