From 974f311155130cbd18c1cc528192e7016ab09e01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 08:06:01 +0300 Subject: [PATCH] Bump pyshacl from 0.22.0 to 0.22.2 (#1019) Bumps [pyshacl](https://github.com/RDFLib/pySHACL) from 0.22.0 to 0.22.2. - [Release notes](https://github.com/RDFLib/pySHACL/releases) - [Changelog](https://github.com/RDFLib/pySHACL/blob/master/CHANGELOG.md) - [Commits](https://github.com/RDFLib/pySHACL/compare/v0.22.0...v0.22.2) --- updated-dependencies: - dependency-name: pyshacl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b5095967..c1e53bf6 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ "web3==6.2.0", "gevent", "python-dateutil==2.8.2", - "pyshacl==0.22.0", + "pyshacl==0.22.2", "gql==3.4.0", "aiohttp==3.8.4", ]