From 9dff672e8317af4a42ea7e9cc136f3378dbdaf14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:53:23 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 6 updates Bumps the pip group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [mypy](https://github.com/python/mypy) | `1.11.2` | `1.12.0` | | [boto3-stubs-lite[iam,s3,sts]](https://github.com/youtype/mypy_boto3_builder) | `1.35.33` | `1.35.40` | | [boto3](https://github.com/boto/boto3) | `1.35.33` | `1.35.40` | | [botocore](https://github.com/boto/botocore) | `1.35.33` | `1.35.40` | | [distlib](https://github.com/pypa/distlib) | `0.3.8` | `0.3.9` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.39` | `9.5.40` | Updates `mypy` from 1.11.2 to 1.12.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.2...v1.12.0) Updates `boto3-stubs-lite[iam,s3,sts]` from 1.35.33 to 1.35.40 - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) Updates `boto3` from 1.35.33 to 1.35.40 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.33...1.35.40) Updates `botocore` from 1.35.33 to 1.35.40 - [Commits](https://github.com/boto/botocore/compare/1.35.33...1.35.40) Updates `distlib` from 0.3.8 to 0.3.9 - [Release notes](https://github.com/pypa/distlib/releases) - [Changelog](https://github.com/pypa/distlib/blob/master/CHANGES.rst) - [Commits](https://github.com/pypa/distlib/compare/0.3.8...0.3.9) Updates `mkdocs-material` from 9.5.39 to 9.5.40 - [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.5.39...9.5.40) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip - dependency-name: boto3-stubs-lite[iam,s3,sts] dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: distlib dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 4 ++-- requirements-dev.txt | 4 ++-- requirements.txt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 2cf8130e..e9c4f682 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,9 +1,9 @@ # unique to ReadTheDocs atomicwrites==1.4.1 -distlib==0.3.8 +distlib==0.3.9 filelock==3.16.1 mkdocs==1.6.1 -mkdocs-material==9.5.39 +mkdocs-material==9.5.40 mkdocs-material-extensions==1.3.1 mkdocstrings==0.26.1 mkdocstrings-python==1.11.1 diff --git a/requirements-dev.txt b/requirements-dev.txt index b4c28d14..f02fd3d9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,6 +4,6 @@ pre-commit==3.5.0 # 3.6+ requires Python 3.9 pytest==8.3.3 coverage==7.6.1 # type check -mypy==1.11.2 -boto3-stubs-lite[iam,s3,sts]==1.35.33 +mypy==1.12.0 +boto3-stubs-lite[iam,s3,sts]==1.35.40 types-PyYAML==6.0.12.20240917 diff --git a/requirements.txt b/requirements.txt index a642e0f8..1802e275 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # AWS -boto3==1.35.33 -botocore==1.35.33 +boto3==1.35.40 +botocore==1.35.40 # Speeds up IAM logic cached-property==1.5.2 # Command line