Skip to content

Commit

Permalink
Bump the pip group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
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](python/mypy@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](boto/boto3@1.35.33...1.35.40)

Updates `botocore` from 1.35.33 to 1.35.40
- [Commits](boto/botocore@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](pypa/distlib@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](squidfunk/mkdocs-material@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 8027201 commit 9dff672
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9dff672

Please sign in to comment.