From 62cec60d0d83d2852b526c13227926fe8c7814e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 09:59:36 +0000 Subject: [PATCH] pip: bump the pip-updates group across 1 directory with 3 updates Updates the requirements on [ruff](https://github.com/astral-sh/ruff), [aiohttp](https://github.com/aio-libs/aiohttp) and [certifi](https://github.com/certifi/python-certifi) to permit the latest version. Updates `ruff` to 0.12.3 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.12.2...0.12.3) Updates `aiohttp` from 3.12.13 to 3.12.14 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.12.13...v3.12.14) Updates `certifi` from 2025.7.9 to 2025.7.14 - [Commits](https://github.com/certifi/python-certifi/compare/2025.07.09...2025.07.14) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.12.3 dependency-type: direct:production dependency-group: pip-updates - dependency-name: aiohttp dependency-version: 3.12.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-updates - dependency-name: certifi dependency-version: 2025.7.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-updates ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- test-requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index ec9db8f..492e8eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ aiohappyeyeballs==2.6.1 -aiohttp==3.12.13 +aiohttp==3.12.14 aiosignal==1.4.0 anyio==4.9.0 async-timeout==5.0.1 attrs==25.3.0 -certifi==2025.7.9 +certifi==2025.7.14 click==8.1.8 easykube==0.6.0 exceptiongroup==1.3.0 diff --git a/test-requirements.txt b/test-requirements.txt index 1bc47e0..4b9e69e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -ruff~=0.12.2 +ruff~=0.12.3 coverage>=4.0,!=4.4 # Apache-2.0 stestr>=4.2.0 # Apache-2.0 codespell