From 0246b1ef7315a066df9bffe831571307b9863975 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:55:11 +0530 Subject: [PATCH] chore(deps-dev): bump pyparsing from 3.2.0 to 3.2.1 in /backend (#102) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/poetry.lock | 8 ++++---- backend/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/poetry.lock b/backend/poetry.lock index aaca1c1..7e63975 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -859,13 +859,13 @@ files = [ [[package]] name = "pyparsing" -version = "3.2.0" +version = "3.2.1" description = "pyparsing module - Classes and methods to define and execute parsing grammars" optional = false python-versions = ">=3.9" files = [ - {file = "pyparsing-3.2.0-py3-none-any.whl", hash = "sha256:93d9577b88da0bbea8cc8334ee8b918ed014968fd2ec383e868fb8afb1ccef84"}, - {file = "pyparsing-3.2.0.tar.gz", hash = "sha256:cbf74e27246d595d9a74b186b810f6fbb86726dbf3b9532efb343f6d7294fe9c"}, + {file = "pyparsing-3.2.1-py3-none-any.whl", hash = "sha256:506ff4f4386c4cec0590ec19e6302d3aedb992fdc02c761e90416f158dacf8e1"}, + {file = "pyparsing-3.2.1.tar.gz", hash = "sha256:61980854fd66de3a90028d679a954d5f2623e83144b5afe5ee86f43d762e5f0a"}, ] [package.extras] @@ -1205,4 +1205,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "8115a8e11ebfc188826aa927f66836b757ceb8259e4bed6a08dfc024b65ebc71" +content-hash = "d4e813338bc48c8c99b13609c834a6b72977615aafbe21bd677b5d3c841b7e83" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index e43e12b..32140fc 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -45,7 +45,7 @@ django-extensions = "^3.2.3" django-types = "^0.20.0" django-stubs-ext = "^5.1.1" # graphs -pyparsing = "^3.2.0" +pyparsing = "^3.2.1" pydot = "^3.0.4" # formatter black = "^24.10.0"