Skip to content

Commit ddb2296

Browse files
Bump dvc from 3.55.1 to 3.55.2 (#273)
* 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](treeverse/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]>
1 parent ed86b34 commit ddb2296

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ocifs==1.3.1
1010
webdav4[fsspec]==0.10.0
1111
# gfrivefs @ git+https://github.com/fsspec/gdrivefs@master broken ...
1212
morefs[asynclocalfs]==0.2.2
13-
dvc==3.55.1
13+
dvc==3.55.2
1414
huggingface_hub==0.24.6
1515
lakefs-spec==0.10.0
1616
ossfs==2023.12.0

upath/_flavour_sources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ def _strip_protocol(cls, path):
958958

959959
class _DVCFileSystemFlavour(AbstractFileSystemFlavour):
960960
__orig_class__ = 'dvc.fs.dvc._DVCFileSystem'
961-
__orig_version__ = '3.55.1'
961+
__orig_version__ = '3.55.2'
962962
protocol = ('dvc',)
963963
root_marker = '/'
964964
sep = '/'

0 commit comments

Comments
 (0)