Skip to content

Commit 72ab365

Browse files
Bump the default group across 1 directory with 5 updates
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.11` | | [tox](https://github.com/tox-dev/tox) | `4.23.2` | `4.24.1` | | [moto](https://github.com/getmoto/moto) | `5.0.25` | `5.0.28` | | [ruff](https://github.com/astral-sh/ruff) | `0.8.4` | `0.9.4` | Updates `ruamel-yaml` from 0.18.7 to 0.18.10 Updates `boto3` from 1.35.90 to 1.36.11 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.35.90...1.36.11) 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.28 - [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.28) Updates `ruff` from 0.8.4 to 0.9.4 - [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.4) --- 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]>
1 parent e31c2f3 commit 72ab365

File tree

2 files changed

+85
-55
lines changed

2 files changed

+85
-55
lines changed

poetry.lock

+83-53
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ packages = [{include = "hub_utils"}]
99
[tool.poetry.dependencies]
1010
python = ">=3.10,<3.14"
1111
typer = {extras = ["all"], version = "^0.15.1"}
12-
ruamel-yaml = "^0.18.7"
12+
ruamel-yaml = "^0.18.10"
1313
yamllint = "^1.28.0"
14-
boto3 = "^1.35.90"
14+
boto3 = "^1.36.11"
1515
requests = "^2.30.0"
1616

1717
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)