Skip to content

Commit b506c39

Browse files
pip: bump the pip-updates group across 1 directory with 3 updates (#246)
Updates the requirements on [kopf](https://github.com/nolar/kopf), [ruff](https://github.com/astral-sh/ruff) and [black](https://github.com/psf/black) to permit the latest version. Updates `kopf` from 1.38.0 to 1.39.0 - [Release notes](https://github.com/nolar/kopf/releases) - [Commits](nolar/kopf@1.38.0...1.39.0) Updates `ruff` to 0.14.8 - [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.14.7...0.14.8) Updates `black` to 25.12.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.11.0...25.12.0) --- updated-dependencies: - dependency-name: kopf dependency-version: 1.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates - dependency-name: ruff dependency-version: 0.14.8 dependency-type: direct:production dependency-group: pip-updates - dependency-name: black dependency-version: 25.12.0 dependency-type: direct:production dependency-group: pip-updates ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4b60b23 commit b506c39

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ httpcore==1.0.9
1414
httpx==0.28.1
1515
idna==3.11
1616
iso8601==2.1.0
17-
kopf==1.38.0
17+
kopf==1.39.0
1818
multidict==6.7.0
1919
propcache==0.4.1
2020
python-json-logger==4.0.0

test-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
ruff~=0.14.7
1+
ruff~=0.14.8
22
coverage>=4.0,!=4.4 # Apache-2.0
33
stestr>=4.2.0 # Apache-2.0
44
codespell
55
types-PyYAML
66
types-setuptools
77
mypy
8-
black~=25.11.0
8+
black~=25.12.0

0 commit comments

Comments
 (0)