From dfd529ab818983ab42ab66bb6e6b1da05fa9fc6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 17:08:11 +0000 Subject: [PATCH] chore: bump boto3-refresh-session from 10.0.6 to 10.0.7 Bumps [boto3-refresh-session](https://github.com/61418/boto3-refresh-session) from 10.0.6 to 10.0.7. - [Release notes](https://github.com/61418/boto3-refresh-session/releases) - [Changelog](https://github.com/61418/boto3-refresh-session/blob/main/CHANGELOG.md) - [Commits](https://github.com/61418/boto3-refresh-session/compare/v10.0.6...v10.0.7) --- updated-dependencies: - dependency-name: boto3-refresh-session dependency-version: 10.0.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 250de69..b42ef98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.10" license = { text = "MPL-2.0" } dependencies = [ - "boto3-refresh-session==10.0.6", + "boto3-refresh-session==10.0.7", "pydantic>=2.12.5", "pygments>=2.19.2", "questionary>=2.1.1",