Skip to content

Commit

Permalink
chore(templates): Bump importlib-resources in tap template (#2437)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored May 18, 2024
1 parent b80266a commit 0132f0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ packages = [

[tool.poetry.dependencies]
python = ">=3.8"
importlib-resources = { version = "==6.1.*", python = "<3.9" }
importlib-resources = { version = "==6.4.*", python = "<3.9" }
singer-sdk = { version="~=0.37.0", extras = [
{%- if cookiecutter.auth_method == "JWT" -%}"jwt", {% endif -%}
{%- if cookiecutter.faker_extra -%}"faker",{%- endif -%}
Expand Down

0 comments on commit 0132f0b

Please sign in to comment.