Skip to content

Commit

Permalink
deps: update aws-sdk-s3 requirement from >= 1.93.1, < 1.168.0 to >= 1…
Browse files Browse the repository at this point in the history
….93.1, < 1.169.0 (#843)

Updates the requirements on [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) to permit the latest version.
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

---
updated-dependencies:
- dependency-name: aws-sdk-s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Oct 17, 2024
1 parent 7cfd5a0 commit 49ab8f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
allure-report-publisher (4.1.0)
aws-sdk-s3 (>= 1.93.1, < 1.168.0)
aws-sdk-s3 (>= 1.93.1, < 1.169.0)
dry-cli (>= 0.6, < 1.3)
faraday-retry (>= 1, < 3)
gitlab (>= 4.17, < 6.0)
Expand Down Expand Up @@ -41,7 +41,7 @@ GEM
ansi (1.5.0)
ast (2.4.2)
aws-eventstream (1.3.0)
aws-partitions (1.983.0)
aws-partitions (1.991.0)
aws-sdk-core (3.209.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
Expand All @@ -50,7 +50,7 @@ GEM
aws-sdk-kms (1.94.0)
aws-sdk-core (~> 3, >= 3.207.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.167.0)
aws-sdk-s3 (1.168.0)
aws-sdk-core (~> 3, >= 3.207.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
Expand Down
2 changes: 1 addition & 1 deletion allure-report-publisher.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
spec.executables = ["allure-report-publisher"]
spec.require_paths = ["lib"]

spec.add_dependency "aws-sdk-s3", ">= 1.93.1", "< 1.168.0"
spec.add_dependency "aws-sdk-s3", ">= 1.93.1", "< 1.169.0"
spec.add_dependency "dry-cli", ">= 0.6", "< 1.3"
spec.add_dependency "faraday-retry", ">= 1", "< 3"
spec.add_dependency "gitlab", ">= 4.17", "< 6.0"
Expand Down

0 comments on commit 49ab8f9

Please sign in to comment.