diff --git a/poetry.lock b/poetry.lock index 5cf91fe..e25a894 100644 --- a/poetry.lock +++ b/poetry.lock @@ -414,13 +414,13 @@ files = [ [[package]] name = "importlib-resources" -version = "6.3.0" +version = "6.4.0" description = "Read resources from Python packages" optional = false python-versions = ">=3.8" files = [ - {file = "importlib_resources-6.3.0-py3-none-any.whl", hash = "sha256:783407aa1cd05550e3aa123e8f7cfaebee35ffa9cb0242919e2d1e4172222705"}, - {file = "importlib_resources-6.3.0.tar.gz", hash = "sha256:166072a97e86917a9025876f34286f549b9caf1d10b35a1b372bffa1600c6569"}, + {file = "importlib_resources-6.4.0-py3-none-any.whl", hash = "sha256:50d10f043df931902d4194ea07ec57960f66a80449ff867bfe782b4c486ba78c"}, + {file = "importlib_resources-6.4.0.tar.gz", hash = "sha256:cdb2b453b8046ca4e3798eb1d84f3cce1446a0e8e7b5ef4efb600f19fc398145"}, ] [package.dependencies] @@ -428,7 +428,7 @@ zipp = {version = ">=3.1.0", markers = "python_version < \"3.10\""} [package.extras] docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (<7.2.5)", "sphinx (>=3.5)", "sphinx-lint"] -testing = ["jaraco.collections", "pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy", "pytest-ruff (>=0.2.1)", "zipp (>=3.17)"] +testing = ["jaraco.test (>=5.4)", "pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy", "pytest-ruff (>=0.2.1)", "zipp (>=3.17)"] [[package]] name = "iniconfig" @@ -1013,4 +1013,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "854003aec8483c51ffc09ebe2486e4899f353ece041832c0e2c576cefd9efda9" +content-hash = "3534ef2f86ad9150f13f86fe306545f3f0803c8e27bfc00c235bf2a38421a722" diff --git a/pyproject.toml b/pyproject.toml index 6349c3b..da7c747 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,7 @@ jsonschema = "^4.21.1" responses = "^0.21.0" httpx = "^0.27.0" setuptools = "^71.0.1" +importlib-resources = "^6.4.0" [tool.poetry.dev-dependencies] pytest = "^7.1.2"