diff --git a/.github/scripts/requirements.txt b/.github/scripts/requirements.txt index 613c4da0..882dd440 100644 --- a/.github/scripts/requirements.txt +++ b/.github/scripts/requirements.txt @@ -1,9 +1,9 @@ -setuptools <=78.1.0 +setuptools <=80.9.0 pip pylint <3.3.7 -pytest <=8.3.3 +pytest <=8.3.5 pytest-pylint <=1.1.2 pytest-runner <7.0.0 -termcolor <2.6.0 +termcolor <3.2.0 hypothesis <6.133.0 -levenshtein <=0.26.1 +levenshtein <=0.27.1 diff --git a/fire/__init__.py b/fire/__init__.py index 9ff696d3..b1470692 100644 --- a/fire/__init__.py +++ b/fire/__init__.py @@ -17,4 +17,4 @@ from fire.core import Fire __all__ = ['Fire'] -__version__ = '0.7.0' +__version__ = '0.7.1' diff --git a/setup.py b/setup.py index 8d4a381b..23b7b472 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ 'levenshtein', ] -VERSION = '0.7.0' +VERSION = '0.7.1' URL = 'https://github.com/google/python-fire' setup(