diff --git a/poetry.lock b/poetry.lock index 9cd2566..6e54f22 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1881,12 +1881,12 @@ urllib3 = "<2" [[package]] name = "splunk-appinspect" -version = "3.2.0" +version = "3.5.0" description = "Automatic validation checks for Splunk Apps" optional = false python-versions = "*" files = [ - {file = "splunk-appinspect-3.2.0.tar.gz", hash = "sha256:1383b70088af17cce859ec38e5e7f8d875e2faa018d840ecca2a5ca39a50d359"}, + {file = "splunk-appinspect-3.5.0.tar.gz", hash = "sha256:80b079ca8cd947bc7469376d9e7222f49eec9d6851514247be0acc200d2b2266"}, ] [package.dependencies] @@ -1908,7 +1908,7 @@ markdown = ">=3.1.1,<4.dev0" packaging = "23.0" packaging-legacy = "23.0" painter = ">=0.3.1,<1.dev0" -pillow = "9.5.0" +pillow = ">=9.5.0,<=10.0.0" python-magic = "0.4.24" pyyaml = ">=6.0.1,<7.dev0" regex = "2022.1.18" diff --git a/pyproject.toml b/pyproject.toml index 479c325..850cd99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ splunk-packaging-toolkit = {url = "https://github.com/NHSDigital/splunk-packagin splunk-sdk = "2.0.1" u-msgpack-python = "2.8.0" wheel = "0.42.0" -splunk-appinspect = "^3.2.0" +splunk-appinspect = "^3.5.0" typing-extensions = "4.7.1" attr = "0.3.2" grip = "4.6.2"