From 5a96915f4f672211c8281c851fe008c9efa58abf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 01:13:01 +0000 Subject: [PATCH] Update pyrsistent requirement from <0.17.0 to <0.19.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/compare/v0.1.0...v0.18.0) --- 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..0ffa830d 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.19.0; python_version=="2.7"', 'jsonschema>=2.0, <=3.2.0', 'jsonref==0.2', 'click; python_version>="3.0.0"',