From aeaeba021472a7dafd0a1b26496508c43de5b2e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 23:55:25 +0000 Subject: [PATCH] chore(deps): bump the pip-minor-and-patch group across 1 directory with 4 updates Bumps the pip-minor-and-patch group with 4 updates in the / directory: [pydantic](https://github.com/pydantic/pydantic), [boto3](https://github.com/boto/boto3), [typer](https://github.com/fastapi/typer) and [ansible-core](https://github.com/ansible/ansible). Updates `pydantic` from 2.13.3 to 2.13.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.13.3...v2.13.4) Updates `boto3` from 1.42.97 to 1.43.30 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.42.97...1.43.30) Updates `typer` from 0.25.0 to 0.26.7 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/fastapi/typer/compare/0.25.0...0.26.7) Updates `ansible-core` from 2.19.9 to 2.19.10 - [Release notes](https://github.com/ansible/ansible/releases) - [Commits](https://github.com/ansible/ansible/compare/v2.19.9...v2.19.10) --- updated-dependencies: - dependency-name: ansible-core dependency-version: 2.19.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-minor-and-patch - dependency-name: boto3 dependency-version: 1.43.10 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-and-patch - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-minor-and-patch - dependency-name: typer dependency-version: 0.25.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-minor-and-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c305450..86e0f1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,10 +7,10 @@ requires-python = ">=3.11" dependencies = [ "rich==15.0.0", "questionary==2.1.1", - "pydantic==2.13.3", - "boto3==1.42.97", - "typer==0.25.0", - "ansible-core==2.19.9", + "pydantic==2.13.4", + "boto3==1.43.30", + "typer==0.26.7", + "ansible-core==2.19.10", ] [project.optional-dependencies]