diff --git a/poetry.lock b/poetry.lock index 8fe9082..8f4860a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -555,13 +555,13 @@ testing = ["flufl.flake8", "importlib-resources (>=1.3)", "packaging", "pyfakefs [[package]] name = "importlib-resources" -version = "6.1.3" +version = "6.3.0" description = "Read resources from Python packages" optional = false python-versions = ">=3.8" files = [ - {file = "importlib_resources-6.1.3-py3-none-any.whl", hash = "sha256:4c0269e3580fe2634d364b39b38b961540a7738c02cb984e98add8b4221d793d"}, - {file = "importlib_resources-6.1.3.tar.gz", hash = "sha256:56fb4525197b78544a3354ea27793952ab93f935bb4bf746b846bb1015020f2b"}, + {file = "importlib_resources-6.3.0-py3-none-any.whl", hash = "sha256:783407aa1cd05550e3aa123e8f7cfaebee35ffa9cb0242919e2d1e4172222705"}, + {file = "importlib_resources-6.3.0.tar.gz", hash = "sha256:166072a97e86917a9025876f34286f549b9caf1d10b35a1b372bffa1600c6569"}, ] [package.dependencies] @@ -1477,4 +1477,4 @@ s3 = ["fs-s3fs"] [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "5ad91fe18bbc01542d195b722e467bd479728d3ea217dcbc713cd8f7be335d58" +content-hash = "0b8ff760a2bc1862aec1230fd6faad2df2139300ed46e5d3d1434cb9000248e1" diff --git a/pyproject.toml b/pyproject.toml index 9d67058..48e0d28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ license = "Apache-2.0" [tool.poetry.dependencies] python = ">=3.8" -importlib-resources = { version = "==6.1.*", python = "<3.9" } +importlib-resources = { version = ">=6.1,<6.4", python = "<3.9" } singer-sdk = { version=">=0.35.1,<0.37.0" } fs-s3fs = { version = "~=1.1.1", optional = true } requests = "~=2.31.0"