From c862686529ac2cbb57208f01dd407f8f5c14f1bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 19:36:46 +0000 Subject: [PATCH] Update faraday-multipart requirement from ~> 1.0.3 to >= 1.0.3, < 1.2.0 Updates the requirements on [faraday-multipart](https://github.com/lostisland/faraday-multipart) to permit the latest version. - [Release notes](https://github.com/lostisland/faraday-multipart/releases) - [Changelog](https://github.com/lostisland/faraday-multipart/blob/main/CHANGELOG.md) - [Commits](https://github.com/lostisland/faraday-multipart/compare/v1.0.3...v1.1.0) --- updated-dependencies: - dependency-name: faraday-multipart dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- octoprint.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octoprint.gemspec b/octoprint.gemspec index 87d2d96..d641879 100644 --- a/octoprint.gemspec +++ b/octoprint.gemspec @@ -33,7 +33,7 @@ Gem::Specification.new do |spec| spec.add_dependency "activesupport" spec.add_dependency "faraday", ">= 2.2", "< 2.12" - spec.add_dependency "faraday-multipart", "~> 1.0.3" + spec.add_dependency "faraday-multipart", ">= 1.0.3", "< 1.2.0" spec.add_dependency "sorbet-runtime", "~> 0.5.10908" spec.add_dependency "zeitwerk", "~> 2.6"