diff --git a/poetry.lock b/poetry.lock index b0dbf1ef..98787159 100644 --- a/poetry.lock +++ b/poetry.lock @@ -849,15 +849,18 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "json5" -version = "0.9.25" +version = "0.9.28" description = "A Python implementation of the JSON5 data format." optional = false -python-versions = ">=3.8" +python-versions = ">=3.8.0" files = [ - {file = "json5-0.9.25-py3-none-any.whl", hash = "sha256:34ed7d834b1341a86987ed52f3f76cd8ee184394906b6e22a1e0deb9ab294e8f"}, - {file = "json5-0.9.25.tar.gz", hash = "sha256:548e41b9be043f9426776f05df8635a00fe06104ea51ed24b67f908856e151ae"}, + {file = "json5-0.9.28-py3-none-any.whl", hash = "sha256:29c56f1accdd8bc2e037321237662034a7e07921e2b7223281a5ce2c46f0c4df"}, + {file = "json5-0.9.28.tar.gz", hash = "sha256:1f82f36e615bc5b42f1bbd49dbc94b12563c56408c6ffa06414ea310890e9a6e"}, ] +[package.extras] +dev = ["build (==1.2.2.post1)", "coverage (==7.5.3)", "mypy (==1.13.0)", "pip (==24.3.1)", "pylint (==3.2.3)", "ruff (==0.7.3)", "twine (==5.1.1)", "uv (==0.5.1)"] + [[package]] name = "lark" version = "1.2.2" @@ -2251,4 +2254,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "7edcb9435b63eda8b4dbcdd20d007ed30448416bb010922b0712ac26bd3e819c" +content-hash = "1093d2f4d68dffa678d3537f0dc156ad7ece40c6b167823c71ef63cdb9f88782" diff --git a/pyproject.toml b/pyproject.toml index c8ee4a98..fa09e956 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ PyGithub = "^2.5" requests = "^2.32.3" PyYAML = "^6.0" Jinja2 = "^3.1.4" -json5 = "^0.9.25" +json5 = "^0.9.28" pytz = "2024.2" python-hcl2 = "^5.1.1" pydantic = "^2.9.2"