From aa9ccd6c2303a66d467a2547254d09f4ad804a8e Mon Sep 17 00:00:00 2001 From: David Bieber Date: Sun, 1 Jun 2025 10:57:35 -0400 Subject: [PATCH 1/2] Bump version to 0.7.1 --- fire/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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( From 9feffdb4e3200692a6d87c91d6725766ffcd1424 Mon Sep 17 00:00:00 2001 From: David Bieber Date: Sun, 1 Jun 2025 11:00:14 -0400 Subject: [PATCH 2/2] Bump dependency versions --- .github/scripts/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/scripts/requirements.txt b/.github/scripts/requirements.txt index 82b1be4a..d665f104 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.131.0 -levenshtein <=0.26.1 +levenshtein <=0.27.1