Skip to content

Commit

Permalink
[CHORE] bump gcs and s3fs (#1699)
Browse files Browse the repository at this point in the history
  • Loading branch information
samster25 authored Dec 4, 2023
1 parent c3e3603 commit 08702a3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ tenacity==8.2.3; python_version >= '3.8'

# AWS
s3fs==2023.1.0; python_version < '3.8'
s3fs==2023.10.0; python_version >= '3.8'
s3fs==2023.12.0; python_version >= '3.8'
# on old versions of s3fs's pinned botocore, they neglected to pin urllib3<2 which leads to:
# "ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_'"
urllib3<2; python_version < '3.8'
Expand All @@ -52,12 +52,9 @@ urllib3<2; python_version < '3.8'
adlfs==2022.2.0; python_version < '3.8'
adlfs==2023.10.0; python_version >= '3.8'

# Workaround until the next version of adlfs: https://github.com/fsspec/adlfs/issues/424
azure-storage-blob==12.19.0; python_version >= '3.8'

# GCS
gcsfs==2023.1.0; python_version < '3.8'
gcsfs==2023.10.0; python_version >= '3.8'
gcsfs==2023.12.0; python_version >= '3.8'

# Documentation
myst-nb>=0.16.0
Expand Down

0 comments on commit 08702a3

Please sign in to comment.