diff --git a/qase-robotframework/pyproject.toml b/qase-robotframework/pyproject.toml index a0f46251..d2c4954f 100644 --- a/qase-robotframework/pyproject.toml +++ b/qase-robotframework/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "qase-robotframework" -version = "3.0.0" +version = "3.1.0b1" description = "Qase Robot Framework Plugin" readme = "README.md" authors = [{name = "Qase Team", email = "support@qase.io"}] @@ -17,7 +17,7 @@ classifiers = [ urls = {"Homepage" = "https://github.com/qase-tms/qase-python/tree/master/qase-robotframework"} requires-python = ">=3.7" dependencies = [ - "qase-python-commons~=3.0.2", + "qase-python-commons~=3.1.0b1", ] [project.optional-dependencies] diff --git a/qase-robotframework/requirements.txt b/qase-robotframework/requirements.txt index 8f9e7061..0b53e412 100644 --- a/qase-robotframework/requirements.txt +++ b/qase-robotframework/requirements.txt @@ -1 +1 @@ -qase-python-commons=1.0.2 \ No newline at end of file +qase-python-commons=3.0.3