Skip to content

Commit

Permalink
Bump the regular-updates group in /cdk with 2 updates
Browse files Browse the repository at this point in the history
Bumps the regular-updates group in /cdk with 2 updates: [ruff](https://github.com/astral-sh/ruff) and [cdk8s-plus-30](https://github.com/cdk8s-team/cdk8s-plus).


Updates `ruff` from 0.8.6 to 0.9.2
- [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.6...0.9.2)

Updates `cdk8s-plus-30` from 2.2.16 to 2.2.17
- [Release notes](https://github.com/cdk8s-team/cdk8s-plus/releases)
- [Commits](cdk8s-team/cdk8s-plus@cdk8s-plus-30/v2.2.16...cdk8s-plus-30/v2.2.17)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: regular-updates
- dependency-name: cdk8s-plus-30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: regular-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jan 21, 2025
1 parent 036dacc commit 425c8b6
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
46 changes: 23 additions & 23 deletions cdk/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 cdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ package-mode = false
[tool.poetry.dependencies]
python = ">=3.10,<3.13"
ca-cdk-constructs = {git = "https://github.com/citizensadvice/ca-cdk-constructs", rev = "v0.9.0"}
ruff = "^0.8.6"
cdk8s-plus-30 = "^2.2.16"
ruff = "^0.9.2"
cdk8s-plus-30 = "^2.2.17"

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.4"
Expand Down

0 comments on commit 425c8b6

Please sign in to comment.