Skip to content

Commit

Permalink
Update faraday requirement from >= 2.2, < 2.10 to >= 2.2, < 2.11
Browse files Browse the repository at this point in the history
Updates the requirements on [faraday](https://github.com/lostisland/faraday) to permit the latest version.
- [Release notes](https://github.com/lostisland/faraday/releases)
- [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md)
- [Commits](lostisland/faraday@v2.2.0...v2.10.0)

---
updated-dependencies:
- dependency-name: faraday
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent 08df4c6 commit 9d17a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octoprint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "activesupport"
spec.add_dependency "faraday", ">= 2.2", "< 2.10"
spec.add_dependency "faraday", ">= 2.2", "< 2.11"
spec.add_dependency "faraday-multipart", "~> 1.0.3"
spec.add_dependency "sorbet-runtime", "~> 0.5.10908"
spec.add_dependency "zeitwerk", "~> 2.6"
Expand Down

0 comments on commit 9d17a05

Please sign in to comment.