From d36ea95937b28c6bfc568776a0bce68fa1c2a32f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 23:11:59 +0000 Subject: [PATCH] Bump pydot from 2.0.0 to 3.0.2 Bumps [pydot](https://github.com/pydot/pydot) from 2.0.0 to 3.0.2. - [Changelog](https://github.com/pydot/pydot/blob/main/ChangeLog) - [Commits](https://github.com/pydot/pydot/compare/v2.0.0...v3.0.2) --- updated-dependencies: - dependency-name: pydot dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3f130807..08782378 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ strict = [ "pydantic-settings==2.5.2", "pydantic==2.9.2", "pydash==8.0.3", - "pydot==2.0.0", + "pydot==3.0.2", "python-ulid==2.7.0", "typing-extensions==4.12.2", ]