Skip to content

Commit 23efd5d

Browse files
pip: bump the pip-updates group across 1 directory with 3 updates
Updates the requirements on [certifi](https://github.com/certifi/python-certifi), [click](https://github.com/pallets/click) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `certifi` from 2025.10.5 to 2025.11.12 - [Commits](certifi/python-certifi@2025.10.05...2025.11.12) Updates `click` from 8.3.0 to 8.3.1 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.3.0...8.3.1) Updates `ruff` to 0.14.5 - [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.4...0.14.5) --- updated-dependencies: - dependency-name: certifi dependency-version: 2025.11.12 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates - dependency-name: click dependency-version: 8.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-updates - dependency-name: ruff dependency-version: 0.14.5 dependency-type: direct:production dependency-group: pip-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 350c3b8 commit 23efd5d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ aiosignal==1.4.0
44
anyio==4.11.0
55
async-timeout==5.0.1
66
attrs==25.4.0
7-
certifi==2025.10.5
8-
click==8.3.0
7+
certifi==2025.11.12
8+
click==8.3.1
99
easykube==0.6.0
1010
exceptiongroup==1.3.0
1111
frozenlist==1.8.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.4
1+
ruff~=0.14.5
22
coverage>=4.0,!=4.4 # Apache-2.0
33
stestr>=4.2.0 # Apache-2.0
44
codespell

0 commit comments

Comments
 (0)