From 3a266ec6de1b52030e278f194ca2e29854fbf63c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 01:46:45 +0000 Subject: [PATCH] Update pyshexc requirement from ~=0.9.1 to ~=0.10.3 Updates the requirements on [pyshexc](https://github.com/shexSpec/grammar-python-antlr) to permit the latest version. - [Changelog](https://github.com/shexSpec/grammar-python-antlr/blob/master/ChangeLog) - [Commits](https://github.com/shexSpec/grammar-python-antlr/commits) --- updated-dependencies: - dependency-name: pyshexc dependency-version: 0.10.3.post1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3a4a0f7..445b014 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ flask~=3.1.3 flask_cors~=6.0.2 requests==2.32.5 -PyShExC~=0.9.1 +PyShExC~=0.10.3 chardet~=6.0.0 jsonasobj~=1.3.1 setuptools~=82.0.0