Skip to content

Commit

Permalink
build(deps): bump the pip group across 4 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: [pydantic](https://github.com/pydantic/pydantic) and [urllib3](https://github.com/urllib3/urllib3).
Bumps the pip group with 1 update in the /LLMs/RAG/llama-index-milvus-example directory: [urllib3](https://github.com/urllib3/urllib3).
Bumps the pip group with 1 update in the /LLMs/training/llama_peft_trl directory: [urllib3](https://github.com/urllib3/urllib3).
Bumps the pip group with 1 update in the /MachineLearning/GMM/GMM_phones directory: [scikit-learn](https://github.com/scikit-learn/scikit-learn).


Updates `pydantic` from 1.10.15 to 1.10.16
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v1.10.15...v1.10.16)

Updates `urllib3` from 2.0.7 to 2.2.2
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.0.7...2.2.2)

Updates `urllib3` from 1.26.18 to 1.26.19
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.0.7...2.2.2)

Updates `urllib3` from 2.1.0 to 2.2.2
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.0.7...2.2.2)

Updates `scikit-learn` from 0.23.1 to 1.5.0
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@0.23.1...1.5.0)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: indirect
  dependency-group: pip
- dependency-name: urllib3
  dependency-type: indirect
  dependency-group: pip
- dependency-name: urllib3
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: urllib3
  dependency-type: indirect
  dependency-group: pip
- dependency-name: scikit-learn
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent d42a979 commit 2a6ef32
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 51 deletions.
84 changes: 42 additions & 42 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 LLMs/RAG/llama-index-milvus-example/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ tqdm = "==4.66.4"
typing-inspect = "==0.9.0"
typing-extensions = "==4.7.1"
tzdata = "==2023.3"
urllib3 = "==1.26.18"
urllib3 = "==1.26.19"
uvicorn = "==0.23.2"
websockets = "==11.0.3"
yarl = "==1.9.2"
Expand Down
8 changes: 4 additions & 4 deletions LLMs/RAG/llama-index-milvus-example/Pipfile.lock

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

7 changes: 4 additions & 3 deletions LLMs/training/llama_peft_trl/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 MachineLearning/GMM/GMM_phones/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ python-speech-features==0.6
scipy==1.10.0
tables==3.4.4
numpy==1.22.0
scikit-learn==0.23.1
scikit-learn==1.5.0

0 comments on commit 2a6ef32

Please sign in to comment.