Commit dcc50967 authored by Bartosz Walkowicz's avatar Bartosz Walkowicz
Browse files

Update onedatafilerestclient requirement

parent d718a938
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ fs.googledrivefs # type: googledrive
fs-gcsfs # type: googlecloudstorage
# fs-gcsfs doesn't pin google-cloud-storage, and old versions log noisy exceptions and break test discovery
google-cloud-storage>=2.8.0  # type: googlecloudstorage
fs.onedatarestfs # type: onedata, depends on onedatafilerestclient
fs.onedatarestfs==21.2.5.1 # type: onedata, depends on onedatafilerestclient
fs-basespace # type: basespace
fs-azureblob # type: azure

+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ myst-parser==3.0.1 ; python_version >= "3.8" and python_version < "3.13"
nh3==0.2.17 ; python_version >= "3.8" and python_version < "3.13"
numpy==1.24.4 ; python_version >= "3.8" and python_version < "3.9"
numpy==1.26.4 ; python_version >= "3.9" and python_version < "3.13"
onedatafilerestclient==21.2.5rc1 ; python_version >= "3.8" and python_version < "3.13"
onedatafilerestclient==21.2.5.1 ; python_version >= "3.8" and python_version < "3.13"
outcome==1.3.0.post0 ; python_version >= "3.8" and python_version < "3.13"
packaging==24.0 ; python_version >= "3.8" and python_version < "3.13"
pathspec==0.12.1 ; python_version >= "3.8" and python_version < "3.13"
+1 −1
Original line number Diff line number Diff line
@@ -143,7 +143,7 @@ isort = "*"
lxml = "!=4.2.2"
markdown-it-reporter = "*"
myst-parser = "*"
onedatafilerestclient = "==21.2.5rc1"
onedatafilerestclient = "==21.2.5.1"
pkce = "*"
playwright = "*"
pytest = "*"