From 05d648f5aaf21af292433202832011f0554d8da9 Mon Sep 17 00:00:00 2001 From: Eliah Kagan Date: Sun, 17 Sep 2023 05:40:43 -0400 Subject: [PATCH] Bump smmap major version upper bound This does not change the lower bound, so all the combinations of versions that could be resolved before can still be resolved. As such, this is not a major or breaking change. This is to allow smmap 6 going forward (including future releases that may change more than metadata). --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1b2e11d..817a986 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -smmap>=3.0.1,<6 +smmap>=3.0.1,<7 diff --git a/setup.py b/setup.py index 61b5727..a15a15b 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ packages=('gitdb', 'gitdb.db', 'gitdb.utils', 'gitdb.test'), license="BSD License", zip_safe=False, - install_requires=['smmap>=3.0.1,<6'], + install_requires=['smmap>=3.0.1,<7'], long_description="""GitDB is a pure-Python git object database""", python_requires='>=3.7', # See https://pypi.python.org/pypi?%3Aaction=list_classifiers