Skip to content

Commit

Permalink
Bump the production-dependencies group with 4 updates (#721)
Browse files Browse the repository at this point in the history
Bumps the production-dependencies group with 4 updates: [boto3](https://github.com/boto/boto3), [botocore](https://github.com/boto/botocore), [idna](https://github.com/kjd/idna) and [rich](https://github.com/Textualize/rich).


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

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

Updates `idna` from 3.8 to 3.10
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.8...v3.10)

Updates `rich` from 13.8.0 to 13.8.1
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v13.8.0...v13.8.1)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: idna
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: rich
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-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] committed Sep 16, 2024
1 parent 0c92ee0 commit 088b7e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ aws-codeseeder==1.1.0
# via seed-farmer (setup.py)
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.14
boto3==1.35.19
# via aws-codeseeder
botocore==1.35.14
botocore==1.35.19
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -53,7 +53,7 @@ humanfriendly==10.0
# coloredlogs
# executor
# property-manager
idna==3.8
idna==3.10
# via requests
jinja2==3.1.4
# via cookiecutter
Expand Down Expand Up @@ -99,7 +99,7 @@ requests==2.32.3
# via
# cookiecutter
# seed-farmer (setup.py)
rich==13.8.0
rich==13.8.1
# via
# cookiecutter
# seed-farmer (setup.py)
Expand Down

0 comments on commit 088b7e3

Please sign in to comment.