Skip to content

Commit 55dedbb

Browse files
chore(deps): bump importlib-resources from 6.1.2 to 6.4.0
Bumps [importlib-resources](https://github.com/python/importlib_resources) from 6.1.2 to 6.4.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.2...v6.4.0) --- updated-dependencies: - dependency-name: importlib-resources dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 283f944 commit 55dedbb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ packages = [
2424

2525
[tool.poetry.dependencies]
2626
python = ">=3.8"
27-
importlib-resources = { version = "==6.1.*", python = "<3.9" }
27+
importlib-resources = { version = "==6.4.*", python = "<3.9" }
2828
singer-sdk = { version="~=0.36.0" }
2929
fs-s3fs = { version = "~=1.1.1", optional = true }
3030
requests = "~=2.31.0"

0 commit comments

Comments
 (0)