From d65dc8da092a2f60543e3d03ec0cbb07a55157ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 04:03:19 +0000 Subject: [PATCH] build(deps): update pygit2 requirement Updates the requirements on [pygit2](https://github.com/libgit2/pygit2) to permit the latest version. - [Release notes](https://github.com/libgit2/pygit2/releases) - [Changelog](https://github.com/libgit2/pygit2/blob/master/CHANGELOG.rst) - [Commits](https://github.com/libgit2/pygit2/compare/v1.2.1...v1.8.0) --- updated-dependencies: - dependency-name: pygit2 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 e546b2517..1081a68aa 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ install_requires=[ "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", + "psycopg2-binary~=2.8", "pygit2>=1.2.1,<1.9.0", "pygtrie~=2.3", "pyparsing~=2.4", "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"