Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.34.59` | `1.34.69` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.34.59` | `1.34.69` |
| [botocore](https://github.com/boto/botocore) | `1.34.59` | `1.34.69` |
| [botocore-stubs](https://github.com/youtype/botocore-stubs) | `1.34.59` | `1.34.69` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.4.3` | `7.4.4` |
| [importlib-metadata](https://github.com/python/importlib_metadata) | `7.0.2` | `7.1.0` |
| [s3transfer](https://github.com/boto/s3transfer) | `0.10.0` | `0.10.1` |
| [zipp](https://github.com/jaraco/zipp) | `3.17.0` | `3.18.1` |


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

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

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

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

Updates `coverage` from 7.4.3 to 7.4.4
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.4.3...7.4.4)

Updates `importlib-metadata` from 7.0.2 to 7.1.0
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
- [Commits](python/importlib_metadata@v7.0.2...v7.1.0)

Updates `s3transfer` from 0.10.0 to 0.10.1
- [Changelog](https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst)
- [Commits](boto/s3transfer@0.10.0...0.10.1)

Updates `zipp` from 3.17.0 to 3.18.1
- [Release notes](https://github.com/jaraco/zipp/releases)
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
- [Commits](jaraco/zipp@v3.17.0...v3.18.1)

---
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: coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: importlib-metadata
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: s3transfer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: zipp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent c054a55 commit 91d8a79
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
alabaster==0.7.16
Babel==2.14.0
boto3==1.34.59
boto3-stubs==1.34.59
botocore==1.34.59
botocore-stubs==1.34.59
boto3==1.34.69
boto3-stubs==1.34.69
botocore==1.34.69
botocore-stubs==1.34.69
build==1.1.1
certifi==2024.2.2
charset-normalizer==3.3.2
coverage==7.4.3
coverage==7.4.4
docutils==0.20.1
execnet==2.0.2
idna==3.6
imagesize==1.4.1
importlib-metadata==7.0.2
importlib-metadata==7.1.0
iniconfig==2.0.0
jaraco.classes==3.3.1
Jinja2==3.1.3
Expand Down Expand Up @@ -41,7 +41,7 @@ requests==2.31.0
requests-toolbelt==1.0.0
rfc3986==2.0.0
rich==13.7.1
s3transfer==0.10.0
s3transfer==0.10.1
six==1.16.0
snowballstemmer==2.2.0
Sphinx==7.2.6
Expand All @@ -59,4 +59,4 @@ types-s3transfer==0.10.0
typing==3.7.4.3
typing_extensions==4.10.0
urllib3<2.3
zipp==3.17.0
zipp==3.18.1

0 comments on commit 91d8a79

Please sign in to comment.