Skip to content

Commit

Permalink
Update parallel requirement from ~> 1.20.1, >= 1.11.0 to >= 1.20.1, <…
Browse files Browse the repository at this point in the history
… 1.25.0

Updates the requirements on [parallel](https://github.com/grosser/parallel) to permit the latest version.
- [Commits](grosser/parallel@v1.20.1...v1.24.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and michaelmior committed Apr 1, 2024
1 parent 275eed0 commit e101845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nose.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.add_dependency 'json-schema', '~> 2.8.0', '>= 2.8.0'
s.add_dependency 'logging', '>= 2.2', '< 2.4'
s.add_dependency 'mipper', '~> 0.1.0'
s.add_dependency 'parallel', '~> 1.20.1', '>= 1.11.0'
s.add_dependency 'parallel', '>= 1.20.1', '< 1.25.0'
s.add_dependency 'parslet', '>= 1.8', '< 2.1'
s.add_dependency 'pickup', '~> 0.0.11'
s.add_dependency 'pry', '~> 0.13.1'
Expand Down

0 comments on commit e101845

Please sign in to comment.