diff --git a/poetry.lock b/poetry.lock index 93f6c94..d8903f5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -487,13 +487,13 @@ six = ">=1.10,<2.0" [[package]] name = "fsspec" -version = "2023.12.2" +version = "2024.2.0" description = "File-system specification" optional = false python-versions = ">=3.8" files = [ - {file = "fsspec-2023.12.2-py3-none-any.whl", hash = "sha256:d800d87f72189a745fa3d6b033b9dc4a34ad069f60ca60b943a63599f5501960"}, - {file = "fsspec-2023.12.2.tar.gz", hash = "sha256:8548d39e8810b59c38014934f6b31e57f40c1b20f911f4cc2b85389c7e9bf0cb"}, + {file = "fsspec-2024.2.0-py3-none-any.whl", hash = "sha256:817f969556fa5916bc682e02ca2045f96ff7f586d45110fcb76022063ad2c7d8"}, + {file = "fsspec-2024.2.0.tar.gz", hash = "sha256:b6ad1a679f760dda52b1168c859d01b7b80648ea6f7f7c7f5a8a91dc3f3ecb84"}, ] [package.extras] @@ -511,7 +511,7 @@ github = ["requests"] gs = ["gcsfs"] gui = ["panel"] hdfs = ["pyarrow (>=1)"] -http = ["aiohttp (!=4.0.0a0,!=4.0.0a1)", "requests"] +http = ["aiohttp (!=4.0.0a0,!=4.0.0a1)"] libarchive = ["libarchive-c"] oci = ["ocifs"] s3 = ["s3fs"] @@ -1580,4 +1580,4 @@ s3 = ["fs-s3fs"] [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "8dcced3e212dadc0df2e9ba3ce1a69302106ab2549d051d8ac342ec77ade59a5" +content-hash = "6a64f409d873a7a28d8fb99256d602d4ac4ab3eadcc14ec953450c811d9495c3" diff --git a/pyproject.toml b/pyproject.toml index e49f12e..b344f58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ importlib-resources = { version = "==6.1.*", python = "<3.9" } singer-sdk = { version="~=0.34.1" } fs-s3fs = { version = "~=1.1.1", optional = true } access-parser = {git = "https://github.com/Matatika/access_parser.git"} -fsspec = "^2023.12.2" +fsspec = "^2024.2.0" [tool.poetry.group.dev.dependencies] pytest = ">=7.4.0"