From 60a4f19a56960393b1c04148ee9b34e87585027e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 08:34:01 +0000 Subject: [PATCH] Update pyrsistent requirement from <0.17.0 to <0.18.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.17.3) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d65a0366..8ed68e7a 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ def readme(): 'lark-parser>=0.9.0', # 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.18.0; python_version=="2.7"', 'jsonschema>=2.0', 'jsonref==0.2', 'click; python_version>="3.0.0"',