Skip to content

Commit

Permalink
Bump the default group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the default group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| ruamel-yaml | `0.18.7` | `0.18.10` |
| [boto3](https://github.com/boto/boto3) | `1.35.90` | `1.36.6` |
| [tox](https://github.com/tox-dev/tox) | `4.23.2` | `4.24.1` |
| [moto](https://github.com/getmoto/moto) | `5.0.25` | `5.0.27` |
| [ruff](https://github.com/astral-sh/ruff) | `0.8.4` | `0.9.3` |



Updates `ruamel-yaml` from 0.18.7 to 0.18.10

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

Updates `tox` from 4.23.2 to 4.24.1
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.23.2...4.24.1)

Updates `moto` from 5.0.25 to 5.0.27
- [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.27)

Updates `ruff` from 0.8.4 to 0.9.3
- [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.9.3)

---
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-minor
  dependency-group: default
- dependency-name: tox
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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-minor
  dependency-group: default
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent e31c2f3 commit 0641da4
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 55 deletions.
136 changes: 83 additions & 53 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.36.6"
requests = "^2.30.0"

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

0 comments on commit 0641da4

Please sign in to comment.