Skip to content

Commit 66cc6df

Browse files
pip: bump the pip-updates group across 1 directory with 5 updates (#351)
Updates the requirements on [kopf](https://github.com/nolar/kopf), [multidict](https://github.com/aio-libs/multidict), [pycparser](https://github.com/eliben/pycparser), [ruff](https://github.com/astral-sh/ruff) and [black](https://github.com/psf/black) to permit the latest version. Updates `kopf` from 1.40.0 to 1.41.0 - [Release notes](https://github.com/nolar/kopf/releases) - [Commits](nolar/kopf@1.40.0...1.41.0) Updates `multidict` from 6.7.0 to 6.7.1 - [Release notes](https://github.com/aio-libs/multidict/releases) - [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst) - [Commits](aio-libs/multidict@v6.7.0...v6.7.1) Updates `pycparser` from 2.23 to 3.0 - [Release notes](https://github.com/eliben/pycparser/releases) - [Commits](eliben/pycparser@release_v2.23...release_v3.00) Updates `ruff` to 0.14.14 - [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.13...0.14.14) Updates `black` to 26.1.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.12.0...26.1.0) --- updated-dependencies: - dependency-name: kopf dependency-version: 1.41.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates - dependency-name: multidict dependency-version: 6.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-updates - dependency-name: pycparser dependency-version: '3.0' dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-updates - dependency-name: ruff dependency-version: 0.14.14 dependency-type: direct:production dependency-group: pip-updates - dependency-name: black dependency-version: 26.1.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 aa3f7ab commit 66cc6df

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ httpcore==1.0.9
1717
httpx==0.28.1
1818
idna==3.11
1919
iso8601==2.1.0
20-
kopf==1.40.0
20+
kopf==1.41.0
2121
kube-custom-resource==0.6.1
22-
multidict==6.7.0
22+
multidict==6.7.1
2323
pbr==7.0.3
2424
propcache==0.4.1
25-
pycparser==2.23
25+
pycparser==3.0
2626
pydantic==2.12.5
2727
python-dateutil==2.9.0.post0
2828
python-json-logger==4.0.0

test-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ruff~=0.14.13
1+
ruff~=0.14.14
22
coverage>=4.0,!=4.4 # Apache-2.0
33
python-subunit>=0.0.18 # Apache-2.0/BSD
44
stestr>=1.0.0 # Apache-2.0
@@ -8,4 +8,4 @@ autopep8
88
mypy
99
types-PyYAML
1010
types-setuptools
11-
black~=25.12.0
11+
black~=26.1.0

0 commit comments

Comments
 (0)