From 239a77981b4ad97f1374885e6297d14cc7f6a76a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 18:48:10 +0000 Subject: [PATCH] chore(deps): update importlib-resources requirement 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](https://github.com/python/importlib_resources/compare/v6.3.0...v6.4.0) --- updated-dependencies: - dependency-name: importlib-resources dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d395223..85e4582 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ packages = [ [tool.poetry.dependencies] python = ">=3.8" -importlib-resources = { version = "==6.3.*", python = "<3.9" } +importlib-resources = { version = "==6.4.*", python = "<3.9" } singer-sdk = { version="~=0.36.0" } fs-s3fs = { version = "~=1.1.1", optional = true } requests = "~=2.31.0"