From 0132f0ba43c57efa96c6afa7847e0ff788032791 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= <16805946+edgarrmondragon@users.noreply.github.com> Date: Fri, 17 May 2024 20:14:42 -0600 Subject: [PATCH] chore(templates): Bump `importlib-resources` in tap template (#2437) --- .../tap-template/{{cookiecutter.tap_id}}/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookiecutter/tap-template/{{cookiecutter.tap_id}}/pyproject.toml b/cookiecutter/tap-template/{{cookiecutter.tap_id}}/pyproject.toml index 7157fe436..ddc10023f 100644 --- a/cookiecutter/tap-template/{{cookiecutter.tap_id}}/pyproject.toml +++ b/cookiecutter/tap-template/{{cookiecutter.tap_id}}/pyproject.toml @@ -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 -%}