Skip to content

Commit b5a5979

Browse files
pip: bump the pip-updates group across 1 directory with 2 updates (#146)
Updates the requirements on [multidict](https://github.com/aio-libs/multidict) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `multidict` from 6.5.1 to 6.6.2 - [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.5.1...v6.6.2) Updates `ruff` to 0.12.1 - [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.11.11...0.12.1) --- updated-dependencies: - dependency-name: multidict dependency-version: 6.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates - dependency-name: ruff dependency-version: 0.12.1 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 efc3b00 commit b5a5979

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
@@ -17,7 +17,7 @@ idna==3.10
1717
iso8601==2.1.0
1818
kopf==1.38.0
1919
kube-custom-resource==0.6.1
20-
multidict==6.5.1
20+
multidict==6.6.2
2121
pbr==6.1.1
2222
propcache==0.3.2
2323
pydantic==2.11.7

test-requirements.txt

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

0 commit comments

Comments
 (0)