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.1.0...v6.3.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 13, 2024
1 parent 0839e64 commit 9ee9fa0
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.1.*", python = "<3.9" }
importlib-resources = { version = "==6.3.*", 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 9ee9fa0

Please sign in to comment.