From fb2cca4e1e50299772ba5bdbf10cc8fdbb061126 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Apr 2025 22:31:31 -0700 Subject: [PATCH] build(deps): bump clingo in /.github/workflows/requirements/style (#49868) Bumps [clingo](https://github.com/potassco/clingo) from 5.7.1 to 5.8.0. - [Release notes](https://github.com/potassco/clingo/releases) - [Changelog](https://github.com/potassco/clingo/blob/master/CHANGES.md) - [Commits](https://github.com/potassco/clingo/compare/v5.7.1...v5.8.0) --- updated-dependencies: - dependency-name: clingo dependency-version: 5.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/requirements/style/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/requirements/style/requirements.txt b/.github/workflows/requirements/style/requirements.txt index fd008b01599..aae430c83eb 100644 --- a/.github/workflows/requirements/style/requirements.txt +++ b/.github/workflows/requirements/style/requirements.txt @@ -1,5 +1,5 @@ black==25.1.0 -clingo==5.7.1 +clingo==5.8.0 flake8==7.2.0 isort==6.0.1 mypy==1.15.0