Skip to content

Commit

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

---
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 Apr 20, 2024
1 parent 2fc1662 commit ea33c0f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 (3.2.1)
aws-sdk-s3 (>= 1.93.1, < 1.147.0)
aws-sdk-s3 (>= 1.93.1, < 1.148.0)
dry-cli (>= 0.6, < 1.1)
faraday-retry (>= 1, < 3)
gitlab (~> 4.17)
Expand Down Expand Up @@ -41,17 +41,17 @@ GEM
ansi (1.5.0)
ast (2.4.2)
aws-eventstream (1.3.0)
aws-partitions (1.903.0)
aws-sdk-core (3.191.5)
aws-partitions (1.914.0)
aws-sdk-core (3.192.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.78.0)
aws-sdk-kms (1.79.0)
aws-sdk-core (~> 3, >= 3.191.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.146.1)
aws-sdk-core (~> 3, >= 3.191.0)
aws-sdk-s3 (1.147.0)
aws-sdk-core (~> 3, >= 3.192.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.8)
aws-sigv4 (1.8.0)
Expand Down
2 changes: 1 addition & 1 deletion allure-report-publisher.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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.147.0"
spec.add_dependency "aws-sdk-s3", ">= 1.93.1", "< 1.148.0"
spec.add_dependency "dry-cli", ">= 0.6", "< 1.1"
spec.add_dependency "faraday-retry", ">= 1", "< 3"
spec.add_dependency "gitlab", "~> 4.17"
Expand Down

0 comments on commit ea33c0f

Please sign in to comment.