From b5028c69b72305e903eb3ab0c2cee064400e5967 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:36:46 +0530 Subject: [PATCH] chore(deps-dev): bump pydot from 3.0.3 to 3.0.4 in /backend (#104) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/poetry.lock | 9 +++++---- backend/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/backend/poetry.lock b/backend/poetry.lock index 83287f13..aaca1c11 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -793,6 +793,7 @@ files = [ {file = "psycopg2_binary-2.9.10-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:bb89f0a835bcfc1d42ccd5f41f04870c1b936d8507c6df12b7737febc40f0909"}, {file = "psycopg2_binary-2.9.10-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:f0c2d907a1e102526dd2986df638343388b94c33860ff3bbe1384130828714b1"}, {file = "psycopg2_binary-2.9.10-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:f8157bed2f51db683f31306aa497311b560f2265998122abe1dce6428bd86567"}, + {file = "psycopg2_binary-2.9.10-cp313-cp313-win_amd64.whl", hash = "sha256:27422aa5f11fbcd9b18da48373eb67081243662f9b46e6fd07c3eb46e4535142"}, {file = "psycopg2_binary-2.9.10-cp38-cp38-macosx_12_0_x86_64.whl", hash = "sha256:eb09aa7f9cecb45027683bb55aebaaf45a0df8bf6de68801a6afdc7947bb09d4"}, {file = "psycopg2_binary-2.9.10-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b73d6d7f0ccdad7bc43e6d34273f70d587ef62f824d7261c4ae9b8b1b6af90e8"}, {file = "psycopg2_binary-2.9.10-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ce5ab4bf46a211a8e924d307c1b1fcda82368586a19d0a24f8ae166f5c784864"}, @@ -828,13 +829,13 @@ files = [ [[package]] name = "pydot" -version = "3.0.3" +version = "3.0.4" description = "Python interface to Graphviz's Dot" optional = false python-versions = ">=3.8" files = [ - {file = "pydot-3.0.3-py3-none-any.whl", hash = "sha256:9b0b3081e0bd362d0c61148da10eb1281ec80089b02a28cf06f9093843986f3d"}, - {file = "pydot-3.0.3.tar.gz", hash = "sha256:5e009d97b2fff92b7a88f09ec1fd5b163f07f3b10469c927d362471d6faa0d50"}, + {file = "pydot-3.0.4-py3-none-any.whl", hash = "sha256:bfa9c3fc0c44ba1d132adce131802d7df00429d1a79cc0346b0a5cd374dbe9c6"}, + {file = "pydot-3.0.4.tar.gz", hash = "sha256:3ce88b2558f3808b0376f22bfa6c263909e1c3981e2a7b629b65b451eee4a25d"}, ] [package.dependencies] @@ -1204,4 +1205,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "3863af05f84b48815267eac6f7b975fe2a986537f494b7bfb413828c80938600" +content-hash = "8115a8e11ebfc188826aa927f66836b757ceb8259e4bed6a08dfc024b65ebc71" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index c058e853..e43e12b9 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -46,7 +46,7 @@ django-types = "^0.20.0" django-stubs-ext = "^5.1.1" # graphs pyparsing = "^3.2.0" -pydot = "^3.0.3" +pydot = "^3.0.4" # formatter black = "^24.10.0" # sort imports