Diff cfn-lint-0.79.11 with a cfn-lint-0.80.2

/usr/portage/dev-python/cfn-lint/cfn-lint-0.80.2.ebuild 2023-10-09 14:52:30.264368370 +0300
23 23
	>=dev-python/aws-sam-translator-1.73.0[${PYTHON_USEDEP}]
24 24
	dev-python/jsonpatch[${PYTHON_USEDEP}]
25 25
	>=dev-python/jschema_to_python-1.2.3[${PYTHON_USEDEP}]
26
	<dev-python/jsonschema-5[${PYTHON_USEDEP}]
26 27
	>=dev-python/jsonschema-3.0[${PYTHON_USEDEP}]
27 28
	dev-python/junit-xml[${PYTHON_USEDEP}]
28 29
	<dev-python/networkx-4[${PYTHON_USEDEP}]
......
37 38

  
38 39
src_prepare() {
39 40
	# unpin the deps
40
	sed -e 's:~=[0-9.]*::' -e '/jsonschema/s:,<4.18::' -i setup.py || die
41
	sed -e 's:~=[0-9.]*::' -i setup.py || die
41 42
	distutils-r1_src_prepare
42 43
}
43 44

  
Thank you!