Skip to content

Commit

Permalink
chore: Update fakefs requirement from ~> 2.5.0 to ~> 2.7.1 (#1046)
Browse files Browse the repository at this point in the history
Updates the requirements on [fakefs](https://github.com/fakefs/fakefs) to permit the latest version.
- [Release notes](https://github.com/fakefs/fakefs/releases)
- [Changelog](https://github.com/fakefs/fakefs/blob/master/CHANGELOG.md)
- [Commits](fakefs/fakefs@v2.5.0...v2.7.1)

---
updated-dependencies:
- dependency-name: fakefs
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 93cffb5 commit 961bc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appium_lib.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'tomlrb', '>= 1.1', '< 3.0'

s.add_development_dependency 'appium_thor', '~> 2.0'
s.add_development_dependency 'fakefs', '~> 2.5.0'
s.add_development_dependency 'fakefs', '~> 2.7.1'
s.add_development_dependency 'hashdiff', '~> 1.1.0'
s.add_development_dependency 'minitest', '~> 5.0'
s.add_development_dependency 'minitest-reporters', '~> 1.1'
Expand Down

0 comments on commit 961bc02

Please sign in to comment.