Skip to content

Commit a7150c0

Browse files
Update embasp-python requirement from >=8 to >=8.1.3 (#26)
Updates the requirements on [embasp-python](https://www.mat.unical.it/calimeri/projects/embasp/) to permit the latest version. --- updated-dependencies: - dependency-name: embasp-python dependency-version: 8.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bb376f2 commit a7150c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
"Operating System :: OS Independent"
2121
]
2222
dependencies = [
23-
"embasp-python>=8",
23+
"embasp-python>=8.1.3",
2424
"tornado>=6.5.5"
2525
]
2626
keywords = ["logic programming", "ASP", "Datalog"]

0 commit comments

Comments
 (0)