Skip to content

Commit

Permalink
Update logging requirement from ~> 2.2.0, >= 2.2.0 to >= 2.2, < 2.4
Browse files Browse the repository at this point in the history
Updates the requirements on [logging](https://github.com/TwP/logging) to permit the latest version.
- [Changelog](https://github.com/TwP/logging/blob/master/History.txt)
- [Commits](TwP/logging@logging-2.2.0...logging-2.3.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and michaelmior committed Apr 1, 2024
1 parent 8502103 commit 275eed0
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 @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.add_dependency 'faker', '~> 2.16.0', '>= 1.7.0'
s.add_dependency 'formatador', '~> 0.2.5'
s.add_dependency 'json-schema', '~> 2.8.0', '>= 2.8.0'
s.add_dependency 'logging', '~> 2.2.0', '>= 2.2.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 'parslet', '>= 1.8', '< 2.1'
Expand Down

0 comments on commit 275eed0

Please sign in to comment.