From 89e37434d778d7862930b7ebd1462d583ba244c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 13:31:23 +0000 Subject: [PATCH] Bump the pip group with 9 updates Bumps the pip group with 9 updates: | Package | From | To | | --- | --- | --- | | [boto3](https://github.com/boto/boto3) | `1.40.1` | `1.40.21` | | [botocore](https://github.com/boto/botocore) | `1.40.1` | `1.40.21` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.2.0` | `4.3.0` | | [coverage](https://github.com/nedbat/coveragepy) | `7.10.1` | `7.10.6` | | [boto3-stubs-lite[iam,s3,sts]](https://github.com/youtype/mypy_boto3_builder) | `1.40.1` | `1.40.21` | | [types-pyyaml](https://github.com/typeshed-internal/stub_uploader) | `6.0.12.20250516` | `6.0.12.20250822` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.18.0` | `3.19.1` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.16` | `9.6.18` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.16.12` | `1.18.2` | Updates `boto3` from 1.40.1 to 1.40.21 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.40.1...1.40.21) Updates `botocore` from 1.40.1 to 1.40.21 - [Commits](https://github.com/boto/botocore/compare/1.40.1...1.40.21) Updates `pre-commit` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.2.0...v4.3.0) Updates `coverage` from 7.10.1 to 7.10.6 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.10.1...7.10.6) Updates `boto3-stubs-lite[iam,s3,sts]` from 1.40.1 to 1.40.21 - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) Updates `types-pyyaml` from 6.0.12.20250516 to 6.0.12.20250822 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `filelock` from 3.18.0 to 3.19.1 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.18.0...3.19.1) Updates `mkdocs-material` from 9.6.16 to 9.6.18 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.16...9.6.18) Updates `mkdocstrings-python` from 1.16.12 to 1.18.2 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/python/compare/1.16.12...1.18.2) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.40.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: botocore dependency-version: 1.40.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: pre-commit dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip - dependency-name: coverage dependency-version: 7.10.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip - dependency-name: boto3-stubs-lite[iam,s3,sts] dependency-version: 1.40.21 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip - dependency-name: types-pyyaml dependency-version: 6.0.12.20250822 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip - dependency-name: filelock dependency-version: 3.19.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: mkdocs-material dependency-version: 9.6.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: mkdocstrings-python dependency-version: 1.18.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 6 +++--- requirements-dev.txt | 8 ++++---- requirements.txt | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 73c4da8b..af7b69c2 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,12 +1,12 @@ # unique to ReadTheDocs atomicwrites==1.4.1 distlib==0.4.0 -filelock==3.18.0 +filelock==3.19.1 mkdocs==1.6.1 -mkdocs-material==9.6.16 +mkdocs-material==9.6.18 mkdocs-material-extensions==1.3.1 mkdocstrings==0.30.0 -mkdocstrings-python==1.16.12 +mkdocstrings-python==1.18.2 mkdocstrings-python-legacy==0.2.7 Pygments==2.19.2 pymdown-extensions==10.16.1 diff --git a/requirements-dev.txt b/requirements-dev.txt index 0f9c0111..8ff070f0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,9 +1,9 @@ # CI -pre-commit==4.2.0 +pre-commit==4.3.0 # Unit testing pytest==8.4.1 -coverage==7.10.1 +coverage==7.10.6 # type check mypy[faster-cache]==1.17.1 -boto3-stubs-lite[iam,s3,sts]==1.40.1 -types-PyYAML==6.0.12.20250516 +boto3-stubs-lite[iam,s3,sts]==1.40.21 +types-PyYAML==6.0.12.20250822 diff --git a/requirements.txt b/requirements.txt index 7e7a5c76..862916e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # AWS -boto3==1.40.1 -botocore==1.40.1 +boto3==1.40.21 +botocore==1.40.21 # Speeds up IAM logic cached-property==2.0.1 # Command line