diff --git a/poetry.lock b/poetry.lock index 48fa329..265be5c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -569,13 +569,13 @@ testing = ["flufl.flake8", "importlib-resources (>=1.3)", "packaging", "pep517", [[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] @@ -1509,4 +1509,4 @@ s3 = ["fs-s3fs"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "2162be63ea22a14f98fa8408c4b6fc3b8b28fc560e76c92dfb62beebd7b576e8" +content-hash = "eb7f2fb7dbb6046ef047b53afcc2f57b4092e88b12a673ecd65e45f8b6445746" diff --git a/pyproject.toml b/pyproject.toml index 185cd16..1f2e9be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.8" -importlib-resources = { version = "==6.1.*", python = "<3.9" } +importlib-resources = { version = "==6.3.*", python = "<3.9" } singer-sdk = "^0.36.0" fs-s3fs = { version = "^1.1.1", optional = true } requests = "^2.31.0"