Skip to content

Commit f7f369a

Browse files
committed
updating test plugin required versions
1 parent 49cea79 commit f7f369a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

tests/fixtures/pluginsystem/plugins/tmuxp_test_plugin_awf/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Joseph Flinn <joseph.s.flinn@gmail.com>"]
66

77
[tool.poetry.dependencies]
88
python = "~2.7 || ^3.5"
9-
tmuxp = "1.5.8"
9+
tmuxp = "^1.5.6"
1010

1111
[tool.poetry.dev-dependencies]
1212

tests/fixtures/pluginsystem/plugins/tmuxp_test_plugin_bs/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Joseph Flinn <joseph.s.flinn@gmail.com>"]
66

77
[tool.poetry.dependencies]
88
python = "~2.7 || ^3.5"
9-
tmuxp = "1.5.8"
9+
tmuxp = "^1.5.6"
1010

1111
[tool.poetry.dev-dependencies]
1212

tests/fixtures/pluginsystem/plugins/tmuxp_test_plugin_bwb/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Joseph Flinn <joseph.s.flinn@gmail.com>"]
66

77
[tool.poetry.dependencies]
88
python = "~2.7 || ^3.5"
9-
tmuxp = "1.5.8"
9+
tmuxp = "^1.5.6"
1010

1111
[tool.poetry.dev-dependencies]
1212

tests/fixtures/pluginsystem/plugins/tmuxp_test_plugin_owc/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Joseph Flinn <joseph.s.flinn@gmail.com>"]
66

77
[tool.poetry.dependencies]
88
python = "~2.7 || ^3.5"
9-
tmuxp = "1.5.8"
9+
tmuxp = "^1.5.6"
1010

1111
[tool.poetry.dev-dependencies]
1212

tests/fixtures/pluginsystem/plugins/tmuxp_test_plugin_r/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Joseph Flinn <joseph.s.flinn@gmail.com>"]
66

77
[tool.poetry.dependencies]
88
python = "~2.7 || ^3.5"
9-
tmuxp = "1.5.8"
9+
tmuxp = "^1.5.6"
1010

1111
[tool.poetry.dev-dependencies]
1212

0 commit comments

Comments
 (0)