Skip to content

Commit

Permalink
chore(deps): update importlib-resources requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [importlib-resources](https://github.com/python/importlib_resources) to permit the latest version.
- [Release notes](https://github.com/python/importlib_resources/releases)
- [Changelog](https://github.com/python/importlib_resources/blob/main/NEWS.rst)
- [Commits](python/importlib_resources@v6.3.0...v6.4.0)

---
updated-dependencies:
- dependency-name: importlib-resources
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 21, 2024
1 parent 829ec01 commit 239a779
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 @@ -24,7 +24,7 @@ packages = [

[tool.poetry.dependencies]
python = ">=3.8"
importlib-resources = { version = "==6.3.*", python = "<3.9" }
importlib-resources = { version = "==6.4.*", python = "<3.9" }
singer-sdk = { version="~=0.36.0" }
fs-s3fs = { version = "~=1.1.1", optional = true }
requests = "~=2.31.0"
Expand Down

0 comments on commit 239a779

Please sign in to comment.