Skip to content

Commit 4e96b1c

Browse files
pip: bump the pip-updates group across 1 directory with 2 updates (#195)
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.4.3 to 6.4.4 - [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.4.3...v6.4.4) Updates `ruff` to 0.11.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.11.9...0.11.10) --- updated-dependencies: - dependency-name: multidict dependency-version: 6.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-updates - dependency-name: ruff dependency-version: 0.11.10 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> Co-authored-by: John Garbutt <[email protected]>
1 parent 56b1064 commit 4e96b1c

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
@@ -15,7 +15,7 @@ httpx==0.28.1
1515
idna==3.10
1616
iso8601==2.1.0
1717
kopf==1.38.0
18-
multidict==6.4.3
18+
multidict==6.4.4
1919
propcache==0.3.1
2020
python-json-logger==3.3.0
2121
PyYAML==6.0.2

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.9
1+
ruff~=0.11.11
22
coverage>=4.0,!=4.4 # Apache-2.0
33
stestr>=4.2.0 # Apache-2.0
44
codespell

0 commit comments

Comments
 (0)