Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.34.59` | `1.34.64` |
| [botocore](https://github.com/boto/botocore) | `1.34.59` | `1.34.64` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.4.3` | `7.4.4` |
| [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.64
- [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.64)

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

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 `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: botocore
  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: 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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent 73f5279 commit a13e1ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ autodocsumm==0.2.12
aws-requests-auth==0.4.3
Babel==2.14.0
beautifulsoup4==4.12.3
boto3==1.34.59
botocore==1.34.59
boto3==1.34.64
botocore==1.34.64
CacheControl==0.14.0
certifi==2024.2.2
charset-normalizer==3.3.2
colorama==0.4.6
coverage==7.4.3
coverage==7.4.4
cssutils==2.9.0
dict2css==0.3.0.post1
docutils>=0.18.1
Expand Down Expand Up @@ -50,7 +50,7 @@ rfc3986==2.0.0
rich==13.7.1
ruamel.yaml==0.18.6
ruamel.yaml.clib==0.2.8
s3transfer==0.10.0
s3transfer==0.10.1
scribeauth==1.2.0
six==1.16.0
snowballstemmer==2.2.0
Expand All @@ -74,4 +74,4 @@ typing==3.7.4.3
typing_extensions==4.10.0
urllib3<2.3.0
webencodings==0.5.1
zipp==3.17.0
zipp==3.18.1

0 comments on commit a13e1ac

Please sign in to comment.