Skip to content

Commit

Permalink
Bump the pip group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.35.24` | `1.35.33` |
| [botocore](https://github.com/boto/botocore) | `1.35.24` | `1.35.33` |
| [boto3-stubs-lite[iam,s3,sts]](https://github.com/youtype/mypy_boto3_builder) | `1.35.24` | `1.35.33` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.36` | `9.5.39` |
| [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) | `10.10.1` | `10.11.2` |



Updates `boto3` from 1.35.24 to 1.35.33
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.35.24...1.35.33)

Updates `botocore` from 1.35.24 to 1.35.33
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](boto/botocore@1.35.24...1.35.33)

Updates `boto3-stubs-lite[iam,s3,sts]` from 1.35.24 to 1.35.33
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `mkdocs-material` from 9.5.36 to 9.5.39
- [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.36...9.5.39)

Updates `pymdown-extensions` from 10.10.1 to 10.11.2
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](facelessuser/pymdown-extensions@10.10.1...10.11.2)

---
updated-dependencies:
- 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: boto3-stubs-lite[iam,s3,sts]
  dependency-type: direct:development
  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
- dependency-name: pymdown-extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and gruebel committed Oct 3, 2024
1 parent 4cebc04 commit 8027201
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ atomicwrites==1.4.1
distlib==0.3.8
filelock==3.16.1
mkdocs==1.6.1
mkdocs-material==9.5.36
mkdocs-material==9.5.39
mkdocs-material-extensions==1.3.1
mkdocstrings==0.26.1
mkdocstrings-python==1.11.1
mkdocstrings-python-legacy==0.2.4
Pygments==2.18.0
pymdown-extensions==10.10.1
pymdown-extensions==10.11.2
pytkdocs==0.16.2
docutils==0.20.1
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ pytest==8.3.3
coverage==7.6.1
# type check
mypy==1.11.2
boto3-stubs-lite[iam,s3,sts]==1.35.24
boto3-stubs-lite[iam,s3,sts]==1.35.33
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.24
botocore==1.35.24
boto3==1.35.33
botocore==1.35.33
# Speeds up IAM logic
cached-property==1.5.2
# Command line
Expand Down

0 comments on commit 8027201

Please sign in to comment.