From 5f9da311369b5dc33299da41007e1ecd9d556474 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 16:29:36 +0000 Subject: [PATCH] Update pyrsistent requirement from <0.17.0 to <0.20.0 Updates the requirements on [pyrsistent](https://github.com/tobgu/pyrsistent) to permit the latest version. - [Release notes](https://github.com/tobgu/pyrsistent/releases) - [Changelog](https://github.com/tobgu/pyrsistent/blob/master/CHANGES.txt) - [Commits](https://github.com/tobgu/pyrsistent/commits) --- updated-dependencies: - dependency-name: pyrsistent dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0944b041..1c00dc67 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ def readme(): 'lark-parser>=0.11.3', # pyrsistent is a dependency of jsonschema but py2 is not # supported beyond 0.16.0 - 'pyrsistent<0.17.0; python_version=="2.7"', + 'pyrsistent<0.20.0; python_version=="2.7"', 'jsonschema>=2.0, <=3.2.0', 'jsonref==0.2', 'click; python_version>="3.0.0"',