From 734da52888a9b9601cd7428f3a9b46272787e1e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 12:51:22 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 3 updates Bumps the pip group with 3 updates in the / directory: [ansible-core](https://github.com/ansible/ansible), [requests](https://github.com/psf/requests) and [urllib3](https://github.com/urllib3/urllib3). Updates `ansible-core` from 2.16.6 to 2.16.14rc1 - [Release notes](https://github.com/ansible/ansible/releases) - [Commits](https://github.com/ansible/ansible/compare/v2.16.6...v2.16.14rc1) Updates `requests` from 2.32.2 to 2.32.4 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.2...v2.32.4) Updates `urllib3` from 2.2.2 to 2.5.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.2.2...2.5.0) --- updated-dependencies: - dependency-name: ansible-core dependency-version: 2.16.14rc1 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index efa396d..035cfd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,15 +7,15 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" -ansible-core = "2.16.6" +ansible-core = "2.16.14rc1" ansible = "9.4.0" catalystwan = "v0.35.5dev3" flake8 = "5.0.4" black = "24.3.0" pre-commit = "3.7" pydantic = "2.7" -requests = "2.32.2" -urllib3 = "2.2.2" +requests = "2.32.4" +urllib3 = "2.5.0" ansible-lint = { version = "6.22.2", markers = "platform_system != 'Windows'" } [tool.poetry.group.dev.dependencies]