Skip to content

Commit

Permalink
chore(deps-dev): Update gcsfs requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [gcsfs](https://github.com/fsspec/gcsfs) to permit the latest version.
- [Commits](fsspec/gcsfs@2023.12.2post1...2024.2.0)

---
updated-dependencies:
- dependency-name: gcsfs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 5, 2024
1 parent 53c6244 commit b77b6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ optional-dependencies.dev = [
"singer-sdk[gcs,s3,testing,typing]",
]
optional-dependencies.gcs = [
"gcsfs~=2023.12.2.post1",
"gcsfs~=2024.2.0",
]
optional-dependencies.s3 = [
"s3fs~=2024.2.0",
Expand Down

0 comments on commit b77b6d2

Please sign in to comment.