Skip to content

Commit

Permalink
Update flavours (#319)
Browse files Browse the repository at this point in the history
* Bump dvc from 3.56.0 to 3.58.0

Bumps [dvc](https://github.com/iterative/dvc) from 3.56.0 to 3.58.0.
- [Release notes](https://github.com/iterative/dvc/releases)
- [Commits](iterative/dvc@3.56.0...3.58.0)

---
updated-dependencies:
- dependency-name: dvc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump huggingface-hub from 0.26.2 to 0.26.5

Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 0.26.2 to 0.26.5.
- [Release notes](https://github.com/huggingface/huggingface_hub/releases)
- [Commits](huggingface/huggingface_hub@v0.26.2...v0.26.5)

---
updated-dependencies:
- dependency-name: huggingface-hub
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* upath._flavour_sources: update flavours

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
ap-- and dependabot[bot] authored Dec 12, 2024
1 parent 9faa452 commit 0390079
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dev/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ ocifs==1.3.1
webdav4[fsspec]==0.10.0
# gfrivefs @ git+https://github.com/fsspec/gdrivefs@master broken ...
morefs[asynclocalfs]==0.2.2
dvc==3.56.0
huggingface_hub==0.26.2
dvc==3.58.0
huggingface_hub==0.26.5
lakefs-spec==0.11.0
ossfs==2023.12.0
fsspec-xrootd==0.4.0
Expand Down
4 changes: 2 additions & 2 deletions upath/_flavour_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ def _get_kwargs_from_urls(path):

class HfFileSystemFlavour(AbstractFileSystemFlavour):
__orig_class__ = 'huggingface_hub.hf_file_system.HfFileSystem'
__orig_version__ = '0.26.2'
__orig_version__ = '0.26.5'
protocol = ('hf',)
root_marker = ''
sep = '/'
Expand Down Expand Up @@ -960,7 +960,7 @@ def _strip_protocol(cls, path):

class _DVCFileSystemFlavour(AbstractFileSystemFlavour):
__orig_class__ = 'dvc.fs.dvc._DVCFileSystem'
__orig_version__ = '3.56.0'
__orig_version__ = '3.58.0'
protocol = ('dvc',)
root_marker = '/'
sep = '/'

0 comments on commit 0390079

Please sign in to comment.