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 |
| --- | --- | --- |
| [boto3-stubs-lite[iam,s3,sts]](https://github.com/youtype/mypy_boto3_builder) | `1.35.5` | `1.35.14` |
| [boto3](https://github.com/boto/boto3) | `1.35.5` | `1.35.14` |
| [botocore](https://github.com/boto/botocore) | `1.35.5` | `1.35.14` |
| [filelock](https://github.com/tox-dev/py-filelock) | `3.6.0` | `3.16.0` |
| [pytkdocs](https://github.com/mkdocstrings/pytkdocs) | `0.16.1` | `0.16.2` |
| [docutils](https://docutils.sourceforge.io) | `0.18.1` | `0.20.1` |



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

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

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

Updates `filelock` from 3.6.0 to 3.16.0
- [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.6.0...3.16.0)

Updates `pytkdocs` from 0.16.1 to 0.16.2
- [Release notes](https://github.com/mkdocstrings/pytkdocs/releases)
- [Changelog](https://github.com/mkdocstrings/pytkdocs/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/pytkdocs@0.16.1...0.16.2)

Updates `docutils` from 0.18.1 to 0.20.1

---
updated-dependencies:
- 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: filelock
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: pytkdocs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: docutils
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 18c86f6 commit 514dbb2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# unique to ReadTheDocs
atomicwrites==1.4.1
distlib==0.3.8
filelock==3.6.0
filelock==3.16.0
mkdocs==1.6.1
mkdocs-material==9.5.34
mkdocs-material-extensions==1.3.1
Expand All @@ -10,5 +10,5 @@ mkdocstrings-python==1.11.1
mkdocstrings-python-legacy==0.2.4
Pygments==2.18.0
pymdown-extensions==10.9
pytkdocs==0.16.1
docutils==0.18.1
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.2
coverage==7.6.1
# type check
mypy==1.11.2
boto3-stubs-lite[iam,s3,sts]==1.35.5
boto3-stubs-lite[iam,s3,sts]==1.35.14
types-PyYAML==6.0.12.20240808
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.5
botocore==1.35.5
boto3==1.35.14
botocore==1.35.14
# Speeds up IAM logic
cached-property==1.5.2
# Command line
Expand Down

0 comments on commit 514dbb2

Please sign in to comment.