Skip to content

Commit

Permalink
Bump the default group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the default group with 4 updates: ruamel-yaml, [boto3](https://github.com/boto/boto3), [moto](https://github.com/getmoto/moto) and [ruff](https://github.com/astral-sh/ruff).


Updates `ruamel-yaml` from 0.18.7 to 0.18.10

Updates `boto3` from 1.35.90 to 1.35.92
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.35.90...1.35.92)

Updates `moto` from 5.0.25 to 5.0.26
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.0.25...5.0.26)

Updates `ruff` from 0.8.4 to 0.8.6
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.8.4...0.8.6)

---
updated-dependencies:
- dependency-name: ruamel-yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: default
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: default
- dependency-name: moto
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: default
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: default
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent e31c2f3 commit 5ad8da7
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
66 changes: 33 additions & 33 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 @@ -9,9 +9,9 @@ packages = [{include = "hub_utils"}]
[tool.poetry.dependencies]
python = ">=3.10,<3.14"
typer = {extras = ["all"], version = "^0.15.1"}
ruamel-yaml = "^0.18.7"
ruamel-yaml = "^0.18.10"
yamllint = "^1.28.0"
boto3 = "^1.35.90"
boto3 = "^1.35.92"
requests = "^2.30.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 5ad8da7

Please sign in to comment.