Skip to content

Commit 6833d17

Browse files
committed
tmuxp plugins: Update pyproject to show 1.7.0 version
1 parent 868fe19 commit 6833d17

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

tests/fixtures/pluginsystem/partials/all_pass.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ def __init__(self):
1111
'libtmux_min_version': '0.8.3',
1212
'libtmux_max_version': '100.0',
1313
'libtmux_version_incompatible': ['0.7.1'],
14-
'tmuxp_min_version': '1.6.0',
14+
'tmuxp_min_version': '1.7.0',
1515
'tmuxp_max_version': '100.0.0',
1616
'tmuxp_version_incompatible': ['1.5.6'],
1717
'tmux_version': '3.0',
18-
'tmuxp_version': '1.6.0',
18+
'tmuxp_version': '1.7.0',
1919
}
2020
MyTestTmuxpPlugin.__init__(self, config)

tests/fixtures/pluginsystem/partials/tmuxp_version_fail.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ class TmuxpVersionFailMinPlugin(MyTestTmuxpPlugin):
55
def __init__(self):
66
config = {
77
'plugin_name': 'tmuxp-min-version-fail',
8-
'tmuxp_min_version': '1.6.0',
9-
'tmuxp_version': '1.5.6',
8+
'tmuxp_min_version': '1.7.0',
9+
'tmuxp_version': '1.6.3',
1010
}
1111
MyTestTmuxpPlugin.__init__(self, config)
1212

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.6.0"
9+
tmuxp = "^1.7.0"
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.6.0."
9+
tmuxp = "^1.7.0"
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.6.0"
9+
tmuxp = "^1.7.0"
1010

1111
[tool.poetry.dev-dependencies]
1212

tests/fixtures/pluginsystem/plugins/tmuxp_test_plugin_fail/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.6.0"
9+
tmuxp = "^1.7.0"
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.6.0"
9+
tmuxp = "^1.7.0"
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.6.0"
9+
tmuxp = "^1.7.0"
1010

1111
[tool.poetry.dev-dependencies]
1212

0 commit comments

Comments
 (0)