Skip to content

Commit

Permalink
Bump the python-dependencies group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the python-dependencies group with 2 updates in the / directory: [kubernetes](https://github.com/kubernetes-client/python) and [ruff](https://github.com/astral-sh/ruff).


Updates `kubernetes` from 31.0.0 to 32.0.0
- [Release notes](https://github.com/kubernetes-client/python/releases)
- [Changelog](https://github.com/kubernetes-client/python/blob/master/CHANGELOG.md)
- [Commits](kubernetes-client/python@v31.0.0...v32.0.0)

Updates `ruff` from 0.9.1 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.9.1...0.9.3)

---
updated-dependencies:
- dependency-name: kubernetes
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-dependencies
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 15dfc8d commit e24125b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
46 changes: 23 additions & 23 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,7 +9,7 @@ package-mode = false

[tool.poetry.dependencies]
python = "^3.11"
kubernetes = "~31.0.0"
kubernetes = "~32.0.0"
mergedeep = "~1.3.4"
PyYAML = "~6.0.2"
prometheus-client = "~0.21.1"
Expand All @@ -18,7 +18,7 @@ urllib3 = "~2.3.0"
[tool.poetry.group.dev.dependencies]
black = "^24.10.0"
mypy = "^1.14.1"
ruff = "^0.9.1"
ruff = "^0.9.3"
pytest = "<8"
coverage = { version = "~7.6.10", extras = ["toml"] }
pytest-asyncio = "~0.23.8"
Expand Down

0 comments on commit e24125b

Please sign in to comment.