Skip to content

Commit

Permalink
chore(deps): bump importlib-resources from 6.1.3 to 6.3.0
Browse files Browse the repository at this point in the history
Bumps [importlib-resources](https://github.com/python/importlib_resources) from 6.1.3 to 6.3.0.
- [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.3...v6.3.0)

---
updated-dependencies:
- dependency-name: importlib-resources
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 13, 2024
1 parent b6b88df commit 8887468
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "^0.36.0"
fs-s3fs = { version = "^1.1.1", optional = true }
requests = "^2.31.0"
Expand Down

0 comments on commit 8887468

Please sign in to comment.