Diff ansible-lint-6.17.1 with a ansible-lint-6.18.0

/usr/portage/app-admin/ansible-lint/ansible-lint-6.18.0.ebuild 2023-10-09 14:52:28.136368316 +0300
14 14

  
15 15
LICENSE="MIT"
16 16
SLOT="0"
17
KEYWORDS="amd64 ~riscv"
17
KEYWORDS="~amd64 ~riscv"
18 18

  
19 19
# Upstream has stated explicitly that all tests require Internet access
20 20
PROPERTIES="test_network"
......
27 27
	>=dev-python/filelock-3.8.0[${PYTHON_USEDEP}]
28 28
	>=dev-python/jsonschema-4.17.0[${PYTHON_USEDEP}]
29 29
	>=dev-python/packaging-21.3[${PYTHON_USEDEP}]
30
	>=dev-python/pathspec-0.9.0[${PYTHON_USEDEP}]
30
	>=dev-python/pathspec-0.10.3[${PYTHON_USEDEP}]
31 31
	>=dev-python/pyyaml-5.4.1[${PYTHON_USEDEP}]
32 32
	>=dev-python/rich-12.0.0[${PYTHON_USEDEP}]
33
	>=dev-python/ruamel-yaml-0.17.0[${PYTHON_USEDEP}]
33
	>=dev-python/ruamel-yaml-0.17.31[${PYTHON_USEDEP}]
34
	<dev-python/ruamel-yaml-0.18[${PYTHON_USEDEP}]
34 35
	>=dev-python/wcmatch-8.3.2[${PYTHON_USEDEP}]
35 36
	>=dev-util/yamllint-1.30.0[${PYTHON_USEDEP}]
36 37
	dev-vcs/git"
37 38
BDEPEND="
38 39
	>=dev-python/setuptools-scm-7.0.5[${PYTHON_USEDEP}]
39 40
	test? (
41
		dev-python/mypy[${PYTHON_USEDEP}]
40 42
		dev-python/pytest-mock[${PYTHON_USEDEP}]
41 43
		>=dev-python/pytest-plus-0.2[${PYTHON_USEDEP}]
42 44
		>=dev-python/pytest-xdist-2.5.0[${PYTHON_USEDEP}]
45
		>=dev-python/spdx-tools-0.7.1:0/0.7[${PYTHON_USEDEP}]
43 46
	)"
44 47

  
45 48
# test_call_from_outside_venv doesn't play nicely with the sandbox
Thank you!