Skip to content

Commit

Permalink
Bump dvc from 3.55.1 to 3.55.2 (#273)
Browse files Browse the repository at this point in the history
* Bump dvc from 3.55.1 to 3.55.2

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

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

Signed-off-by: dependabot[bot] <[email protected]>

* upath: update flavour

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andreas Poehlmann <[email protected]>
  • Loading branch information
dependabot[bot] and ap-- authored Sep 8, 2024
1 parent ed86b34 commit ddb2296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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.55.1
dvc==3.55.2
huggingface_hub==0.24.6
lakefs-spec==0.10.0
ossfs==2023.12.0
Expand Down
2 changes: 1 addition & 1 deletion upath/_flavour_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ def _strip_protocol(cls, path):

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

0 comments on commit ddb2296

Please sign in to comment.