diff --git a/cpt/__init__.py b/cpt/__init__.py index ed04df4b..2a21d8f6 100644 --- a/cpt/__init__.py +++ b/cpt/__init__.py @@ -1,5 +1,5 @@ -__version__ = '0.32.0' +__version__ = '0.32.1' NEWEST_CONAN_SUPPORTED = "1.23.000" diff --git a/cpt/requirements.txt b/cpt/requirements.txt index 2f237179..b7158477 100644 --- a/cpt/requirements.txt +++ b/cpt/requirements.txt @@ -1,3 +1,3 @@ six>=1.10.0, <1.15.0 -conan>=1.7.0, <1.23.0 +conan>=1.7.0, <1.24.0 tabulate>=0.8.0, <0.9.0