From 2d56e8a26b16f00d197c8711472a06c8a1cf50c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 19:32:14 +0000 Subject: [PATCH] Bump antlr4-python3-runtime from 4.11.1 to 4.13.1 Bumps [antlr4-python3-runtime]() from 4.11.1 to 4.13.1. --- updated-dependencies: - dependency-name: antlr4-python3-runtime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 21b1b2d..e099b84 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,14 +1,14 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "antlr4-python3-runtime" -version = "4.11.1" -description = "ANTLR 4.11.1 runtime for Python 3" +version = "4.13.1" +description = "ANTLR 4.13.1 runtime for Python 3" optional = false python-versions = "*" files = [ - {file = "antlr4-python3-runtime-4.11.1.tar.gz", hash = "sha256:a53de701312f9bdacc5258a6872cd6c62b90d3a90ae25e494026f76267333b60"}, - {file = "antlr4_python3_runtime-4.11.1-py3-none-any.whl", hash = "sha256:ff1954eda1ca9072c02bf500387d0c86cb549bef4dbb3b64f39468b547ec5f6b"}, + {file = "antlr4-python3-runtime-4.13.1.tar.gz", hash = "sha256:3cd282f5ea7cfb841537fe01f143350fdb1c0b1ce7981443a2fa8513fddb6d1a"}, + {file = "antlr4_python3_runtime-4.13.1-py3-none-any.whl", hash = "sha256:78ec57aad12c97ac039ca27403ad61cb98aaec8a3f9bb8144f889aa0fa28b943"}, ] [[package]] @@ -549,4 +549,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0" -content-hash = "01dcb4bc76c1ea3f5d6211ef8b9016a72f62d27c069d8903d13e0d47051f5127" +content-hash = "b89d4a837a2cfd71351d455df5051d1bdc24d18af46d34a83ffbc27ec0198f75" diff --git a/pyproject.toml b/pyproject.toml index ab6b7e5..3895b3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ keywords = [ [tool.poetry.dependencies] python = ">=3.10,<4.0" -antlr4-python3-runtime = "4.11.1" +antlr4-python3-runtime = "4.13.1" click = "^8.1.3" more-itertools = ">=8.14,<11.0" stringcase = "^1.2.0"