Skip to content

Commit

Permalink
Bump the minor group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the minor group with 3 updates: [pydantic](https://github.com/pydantic/pydantic), [huggingface-hub](https://github.com/huggingface/huggingface_hub) and [faker](https://github.com/joke2k/faker).


Updates `pydantic` from 2.6.2 to 2.6.3
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.6.2...v2.6.3)

Updates `huggingface-hub` from 0.20.3 to 0.21.1
- [Release notes](https://github.com/huggingface/huggingface_hub/releases)
- [Commits](huggingface/huggingface_hub@v0.20.3...v0.21.1)

Updates `faker` from 23.2.1 to 23.3.0
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v23.2.1...v23.3.0)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: huggingface-hub
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: faker
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and benbrandt committed Feb 27, 2024
1 parent 903584f commit 355f321
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
23 changes: 12 additions & 11 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pycountry = "23.12.11"
rouge = "^1.0.1"
opentelemetry-api = "^1.22.0"
opentelemetry-sdk = "^1.22.0"
huggingface-hub = "^0.20.3"
huggingface-hub = "^0.21.1"

[tool.poetry.group.dev.dependencies]
mypy = "^1.8.0"
Expand All @@ -50,7 +50,7 @@ types-tqdm = "*"
sphinx-rtd-theme = "^2.0.0"
sphinx = "^7.2.6"
pylama = { extras = ["all", "toml"], version = "^8.4.1" }
faker = "^23.2.1"
faker = "^23.3.0"

[tool.mypy]
files = "src,tests"
Expand Down

0 comments on commit 355f321

Please sign in to comment.