From 241153d0873846564989537303bf4fdc62f29bc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 19:30:12 +0000 Subject: [PATCH] Bump automata-lib from 9.0.0 to 9.2.0 Bumps [automata-lib](https://github.com/caleb531/automata) from 9.0.0 to 9.2.0. - [Release notes](https://github.com/caleb531/automata/releases) - [Commits](https://github.com/caleb531/automata/compare/v9.0.0...v9.2.0) --- updated-dependencies: - dependency-name: automata-lib dependency-version: 9.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a20030d..6835be4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ ] requires-python = ">=3.10" dependencies = [ - "automata-lib==9.0.0", + "automata-lib==9.2.0", ] [project.urls]