Skip to content

Commit 396c24f

Browse files
pip: bump the pip-updates group across 1 directory with 2 updates (#249)
Updates the requirements on [kopf](https://github.com/nolar/kopf) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `kopf` from 1.39.0 to 1.39.1 - [Release notes](https://github.com/nolar/kopf/releases) - [Commits](nolar/kopf@1.39.0...1.39.1) Updates `ruff` to 0.14.10 - [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.8...0.14.10) --- updated-dependencies: - dependency-name: kopf dependency-version: 1.39.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-updates - dependency-name: ruff dependency-version: 0.14.10 dependency-type: direct:production dependency-group: pip-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b506c39 commit 396c24f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.39.0
17+
kopf==1.39.1
1818
multidict==6.7.0
1919
propcache==0.4.1
2020
python-json-logger==4.0.0

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ruff~=0.14.8
1+
ruff~=0.14.10
22
coverage>=4.0,!=4.4 # Apache-2.0
33
stestr>=4.2.0 # Apache-2.0
44
codespell

0 commit comments

Comments
 (0)