Skip to content

Commit

Permalink
build(deps): bump the prod-dependencies group with 7 updates (#138)
Browse files Browse the repository at this point in the history
Bumps the prod-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.34.19` | `1.34.23` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.34.19` | `1.34.23` |
| [botocore](https://github.com/boto/botocore) | `1.34.19` | `1.34.23` |
| [botocore-stubs](https://github.com/youtype/botocore-stubs) | `1.34.19` | `1.34.23` |
| [markupsafe](https://github.com/pallets/markupsafe) | `2.1.3` | `2.1.4` |
| [sphinx-markdown-builder](https://github.com/liran-funaro/sphinx-markdown-builder) | `0.6.5` | `0.6.6` |
| [types-awscrt](https://github.com/youtype/types-awscrt) | `0.20.0` | `0.20.2` |


Updates `boto3` from 1.34.19 to 1.34.23
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.34.19...1.34.23)

Updates `boto3-stubs` from 1.34.19 to 1.34.23
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

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

Updates `botocore-stubs` from 1.34.19 to 1.34.23
- [Release notes](https://github.com/youtype/botocore-stubs/releases)
- [Commits](https://github.com/youtype/botocore-stubs/commits)

Updates `markupsafe` from 2.1.3 to 2.1.4
- [Release notes](https://github.com/pallets/markupsafe/releases)
- [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst)
- [Commits](pallets/markupsafe@2.1.3...2.1.4)

Updates `sphinx-markdown-builder` from 0.6.5 to 0.6.6
- [Commits](https://github.com/liran-funaro/sphinx-markdown-builder/commits)

Updates `types-awscrt` from 0.20.0 to 0.20.2
- [Release notes](https://github.com/youtype/types-awscrt/releases)
- [Commits](https://github.com/youtype/types-awscrt/commits)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: boto3-stubs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: botocore-stubs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: markupsafe
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: sphinx-markdown-builder
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: types-awscrt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent e8d3c00 commit f7da1b3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
alabaster==0.7.16
Babel==2.14.0
boto3==1.34.19
boto3-stubs==1.34.19
botocore==1.34.19
botocore-stubs==1.34.19
boto3==1.34.23
boto3-stubs==1.34.23
botocore==1.34.23
botocore-stubs==1.34.23
build==1.0.3
certifi==2023.11.17
charset-normalizer==3.3.2
Expand All @@ -19,7 +19,7 @@ Jinja2==3.1.3
jmespath==1.0.1
keyring==24.3.0
markdown-it-py==3.0.0
MarkupSafe==2.1.3
MarkupSafe==2.1.4
mdurl==0.1.2
more-itertools==10.2.0
mypy-boto3-cognito-identity==1.34.0
Expand All @@ -45,7 +45,7 @@ s3transfer==0.10.0
six==1.16.0
snowballstemmer==2.2.0
Sphinx==7.2.6
sphinx-markdown-builder==0.6.5
sphinx-markdown-builder==0.6.6
sphinxcontrib-applehelp==1.0.8
sphinxcontrib-devhelp==1.0.6
sphinxcontrib-htmlhelp==2.0.5
Expand All @@ -54,7 +54,7 @@ sphinxcontrib-qthelp==1.0.7
sphinxcontrib-serializinghtml==1.1.10
tabulate==0.9.0
twine==4.0.2
types-awscrt==0.20.0
types-awscrt==0.20.2
types-s3transfer==0.10.0
typing==3.7.4.3
typing_extensions==4.9.0
Expand Down

0 comments on commit f7da1b3

Please sign in to comment.