Skip to content

Commit eca5a85

Browse files
dependabot[bot]gruebel
authored andcommitted
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.1` | | [boto3-stubs-lite[iam,s3,sts]](https://github.com/youtype/mypy_boto3_builder) | `1.35.33` | `1.35.45` | | [boto3](https://github.com/boto/boto3) | `1.35.33` | `1.35.45` | | [botocore](https://github.com/boto/botocore) | `1.35.33` | `1.35.45` | | [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.42` | Updates `mypy` from 1.11.2 to 1.12.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.11.2...v1.12.1) Updates `boto3-stubs-lite[iam,s3,sts]` from 1.35.33 to 1.35.45 - [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.45 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.35.33...1.35.45) Updates `botocore` from 1.35.33 to 1.35.45 - [Commits](boto/botocore@1.35.33...1.35.45) 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](pypa/distlib@0.3.8...0.3.9) Updates `mkdocs-material` from 9.5.39 to 9.5.42 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.5.39...9.5.42) --- 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] <[email protected]>
1 parent 9094150 commit eca5a85

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# unique to ReadTheDocs
22
atomicwrites==1.4.1
3-
distlib==0.3.8
3+
distlib==0.3.9
44
filelock==3.16.1
55
mkdocs==1.6.1
6-
mkdocs-material==9.5.39
6+
mkdocs-material==9.5.42
77
mkdocs-material-extensions==1.3.1
88
mkdocstrings==0.26.1
99
mkdocstrings-python==1.11.1

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ pre-commit==3.5.0 # 3.6+ requires Python 3.9
44
pytest==8.3.3
55
coverage==7.6.1
66
# type check
7-
mypy==1.11.2
8-
boto3-stubs-lite[iam,s3,sts]==1.35.33
7+
mypy==1.12.1
8+
boto3-stubs-lite[iam,s3,sts]==1.35.45
99
types-PyYAML==6.0.12.20240917

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AWS
2-
boto3==1.35.33
3-
botocore==1.35.33
2+
boto3==1.35.45
3+
botocore==1.35.45
44
# Speeds up IAM logic
55
cached-property==1.5.2
66
# Command line

0 commit comments

Comments
 (0)