Merge pull request #236841 from robsliwi/chore/bump-ansible-lint-6.17.0

ansible-lint: 6.16.1 -> 6.17.0
This commit is contained in:
figsoda 2023-06-09 10:33:23 -04:00 committed by GitHub
commit cd4031f735
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,12 +6,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "ansible-lint";
version = "6.16.1";
version = "6.17.0";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-Hyt5Y3n4bi3Ffxv+QoikbJdqHUBtYiHuRuOsgwf3PKM=";
hash = "sha256-xtoS6ett1YIjsKSEAKqiXmd69srD2dtB+xtiAG3euzY=";
};
postPatch = ''
@ -28,6 +28,7 @@ python3.pkgs.buildPythonApplication rec {
propagatedBuildInputs = with python3.pkgs; [
# https://github.com/ansible/ansible-lint/blob/master/.config/requirements.in
ansible-core
ansible-compat
black
filelock
jsonschema