diff --git a/cpt/__init__.py b/cpt/__init__.py index 7b273e80..a56ce8d9 100644 --- a/cpt/__init__.py +++ b/cpt/__init__.py @@ -1,5 +1,5 @@ -__version__ = '0.32.3' +__version__ = '0.32.4' NEWEST_CONAN_SUPPORTED = "1.25.000" diff --git a/cpt/requirements.txt b/cpt/requirements.txt index 888113c6..0b56c434 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.25.0 +conan>=1.7.0, <1.26.0 tabulate>=0.8.0, <0.9.0