Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.35.14` | `1.35.24` |
| [botocore](https://github.com/boto/botocore) | `1.35.14` | `1.35.24` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` |
| [boto3-stubs-lite[iam,s3,sts]](https://github.com/youtype/mypy_boto3_builder) | `1.35.14` | `1.35.24` |
| [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20240808` | `6.0.12.20240917` |
| [filelock](https://github.com/tox-dev/py-filelock) | `3.16.0` | `3.16.1` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.34` | `9.5.36` |
| [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) | `10.9` | `10.10.1` |



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

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

Updates `pytest` from 8.3.2 to 8.3.3
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.2...8.3.3)

Updates `boto3-stubs-lite[iam,s3,sts]` from 1.35.14 to 1.35.24
- [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.20240808 to 6.0.12.20240917
- [Commits](https://github.com/python/typeshed/commits)

Updates `filelock` from 3.16.0 to 3.16.1
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
- [Commits](tox-dev/filelock@3.16.0...3.16.1)

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

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

---
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: pytest
  dependency-type: direct:development
  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: types-pyyaml
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: filelock
  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
- 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 Sep 23, 2024
1 parent 62c4dbc commit b6377a1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# unique to ReadTheDocs
atomicwrites==1.4.1
distlib==0.3.8
filelock==3.16.0
filelock==3.16.1
mkdocs==1.6.1
mkdocs-material==9.5.34
mkdocs-material==9.5.36
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.9
pymdown-extensions==10.10.1
pytkdocs==0.16.2
docutils==0.20.1
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# CI
pre-commit==3.5.0 # 3.6+ requires Python 3.9
# Unit testing
pytest==8.3.2
pytest==8.3.3
coverage==7.6.1
# type check
mypy==1.11.2
boto3-stubs-lite[iam,s3,sts]==1.35.14
types-PyYAML==6.0.12.20240808
boto3-stubs-lite[iam,s3,sts]==1.35.24
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.14
botocore==1.35.14
boto3==1.35.24
botocore==1.35.24
# Speeds up IAM logic
cached-property==1.5.2
# Command line
Expand Down

0 comments on commit b6377a1

Please sign in to comment.