Skip to content

Commit

Permalink
chore: update pykiso version
Browse files Browse the repository at this point in the history
  • Loading branch information
yannpoupon committed Nov 25, 2024
1 parent e183ce1 commit d28869d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pykiso"
version = "0.31.0"
version = "0.31.1"
description = "Embedded integration testing framework."
authors = ["Sebastian Fischer <[email protected]>"]
license = "Eclipse Public License - v 2.0"
Expand Down Expand Up @@ -40,7 +40,7 @@ unittest-xml-reporting = "^3.2.0"
click = ">=7.0.0,<9.0.0"
tabulate = ">=0.8.9,<0.10.0"
Jinja2 = ">=2.11.0,<4.0.0"
MarkupSafe = "~2.0.1" # Allow support for Jinja2 between 2.11 < x < 3
MarkupSafe = "~2.0.1" # Allow support for Jinja2 between 2.11 < x < 3
importlib-metadata = { version = ">=4.12,<7.0", python = "<3.8" }
pyreadline3 = { version = "^3.4.1", python = "^3.5" }
hidapi = ">=0.12,<0.15"
Expand Down Expand Up @@ -116,7 +116,7 @@ pykiso-tags = 'pykiso.tool.show_tag:main'
instrument-control = 'pykiso.lib.auxiliaries.instrument_control_auxiliary.instrument_control_cli:main'
pykitest = 'pykiso.tool.pykiso_to_pytest.cli:main'
testrail = "pykiso.tool.testrail.cli:cli_testrail"
xray = "pykiso.tool.xray.cli:cli_xray" # cli xray
xray = "pykiso.tool.xray.cli:cli_xray" # cli xray

[tool.poetry.plugins]
pytest11 = { pytest_kiso = "pykiso.pytest_plugin" }
Expand Down

0 comments on commit d28869d

Please sign in to comment.