From 6ff1555acc6f7f57a151f24d64325a74a6551639 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 04:02:52 +0000 Subject: [PATCH] build(deps): update pyparsing requirement from ~=2.4 to ~=3.0 Updates the requirements on [pyparsing](https://github.com/pyparsing/pyparsing) to permit the latest version. - [Release notes](https://github.com/pyparsing/pyparsing/releases) - [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES) - [Commits](https://github.com/pyparsing/pyparsing/compare/pyparsing_2.4.0...pyparsing_3.0.1) --- updated-dependencies: - dependency-name: pyparsing dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b19158b56..53ab73399 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ psutil~=5.8 psycopg2-binary~=2.9 pygit2>=1.2 pygtrie~=2.4 -pyparsing~=2.4 +pyparsing~=3.0 PyYAML~=5.4 rich~=10.9 schema~=0.7.4 diff --git a/setup.py b/setup.py index e546b2517..1eb46d52a 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ "Jinja2>=2.10,<4.0", "PyYAML~=5.1", "attrs>=19.3,<22.0", "dill~=0.3", "pathos~=0.2", "parse~=1.14", "plumbum~=1.6", "psutil~=5.6", "psycopg2-binary~=2.8", "pygit2>=1.2.1,<1.6.0", "pygtrie~=2.3", - "pyparsing~=2.4", "rich>=6.1,<11.0", "sqlalchemy-migrate~=0.13", + "pyparsing>=2.4,<4.0", "rich>=6.1,<11.0", "sqlalchemy-migrate~=0.13", "typing-extensions>=3.7.4.3,<3.10.1.0", "virtualenv>=16.7,<21.0", "schema~=0.7.4" ],