diff --git a/poetry.lock b/poetry.lock index 3baf3b4..88f11e8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -487,13 +487,13 @@ six = ">=1.10,<2.0" [[package]] name = "fsspec" -version = "2024.3.0" +version = "2024.3.1" description = "File-system specification" optional = false python-versions = ">=3.8" files = [ - {file = "fsspec-2024.3.0-py3-none-any.whl", hash = "sha256:779001bd0122c9c4975cf03827d5e86c3afb914a3ae27040f15d341ab506a693"}, - {file = "fsspec-2024.3.0.tar.gz", hash = "sha256:f13a130c0ed07e15c4e1aeb0472a823e9c426b0b5792a1f40d902b0a71972d43"}, + {file = "fsspec-2024.3.1-py3-none-any.whl", hash = "sha256:918d18d41bf73f0e2b261824baeb1b124bcf771767e3a26425cd7dec3332f512"}, + {file = "fsspec-2024.3.1.tar.gz", hash = "sha256:f39780e282d7d117ffb42bb96992f8a90795e4d0fb0f661a70ca39fe9c43ded9"}, ] [package.extras] @@ -1559,4 +1559,4 @@ s3 = ["fs-s3fs"] [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "4b7d7bda5f6b70f66b4d1c5be0fd19e74c7075bf37cb7890820f25cfe28e8c6a" +content-hash = "f8953c9db037c8f380aa20ae9b98510f4db07c52695a9c30989d2f987f8d395a" diff --git a/pyproject.toml b/pyproject.toml index c69093b..710f20e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ importlib-resources = { version = "==6.1.*", python = "<3.9" } singer-sdk = "^0.36.1" fs-s3fs = { version = "~=1.1.1", optional = true } access-parser = {git = "https://github.com/Matatika/access_parser.git"} -fsspec = "^2024.3.0" +fsspec = "^2024.3.1" [tool.poetry.group.dev.dependencies] pytest = ">=7.4.0"