Skip to content

Commit

Permalink
qase-pytest: release 5.0.3
Browse files Browse the repository at this point in the history
* Resolved one bug in CLI configuration
* Raised required version of qase-python-commons to 2.0.6,
  having serveral other bugfixes.
  • Loading branch information
NickVolynkin committed Mar 8, 2024
1 parent eb81f7d commit 18aeb74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qase-pytest/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "qase-pytest"
version = "5.0.2"
version = "5.0.3"
description = "Qase Pytest Plugin for Qase TestOps and Qase Report"
readme = "README.md"
authors = [{name = "Qase Team", email = "[email protected]"}]
Expand All @@ -17,7 +17,7 @@ classifiers = [
urls = {"Homepage" = "https://github.com/qase-tms/qase-python/tree/master/qase-pytest"}
requires-python = ">=3.8"
dependencies = [
"qase-python-commons>=2.0.0,<2.1.0",
"qase-python-commons>=2.0.6,<2.1.0",
"pytest>=8.0.0",
"filelock~=3.13.1",
"more_itertools",
Expand Down

0 comments on commit 18aeb74

Please sign in to comment.