Chore(deps): Bump the small-changes group with 2 updates

Bumps the small-changes group with 2 updates: [scikit-learn](https://github.com/scikit-learn/scikit-learn) and [uvicorn](https://github.com/encode/uvicorn).


Updates `scikit-learn` from 1.3.2 to 1.4.0
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.3.2...1.4.0)

Updates `uvicorn` from 0.25.0 to 0.26.0
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/uvicorn/compare/0.25.0...0.26.0)

---
updated-dependencies:
- dependency-name: scikit-learn
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: small-changes
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: small-changes
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-01-22 20:08:52 +00:00
committed by GitHub
parent f7ab8d23a7
commit dcdeacb680
2 changed files with 75 additions and 59 deletions

View File

@@ -45,7 +45,7 @@ python-magic = "*"
pyzbar = "*"
rapidfuzz = "*"
redis = {extras = ["hiredis"], version = "*"}
scikit-learn = "~=1.3"
scikit-learn = "~=1.4"
setproctitle = "*"
tika-client = "*"
tqdm = "*"