From a32b4ede5c162756584255aca302a54962f71499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 17:03:09 +0000 Subject: [PATCH] Bump json5 from 0.9.25 to 0.9.28 (#568) Bumps [json5](https://github.com/dpranke/pyjson5) from 0.9.25 to 0.9.28. - [Commits](https://github.com/dpranke/pyjson5/compare/v0.9.25...v0.9.28) --- updated-dependencies: - dependency-name: json5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 13 ++++++++----- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 87dc494..775ee83 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 = "3ba7d7e6103ac09c0769b3a81535c829694aefd743bcfd427e68dbaf7f64e060" +content-hash = "f0fc6fb90510a9168d8fccd06f141ba21bc5443010f783c586fcf34719bac856" diff --git a/pyproject.toml b/pyproject.toml index 9113612..e43508b 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"