]> arthur.barton.de Git - ansible-collection-boilerplate.git/commitdiff
Update Python dependencies
authorAlexander Barton <alex@barton.de>
Sat, 29 Jul 2023 16:08:48 +0000 (18:08 +0200)
committerAlexander Barton <alex@barton.de>
Sat, 29 Jul 2023 16:08:50 +0000 (18:08 +0200)
Leave out indirect dependencies, pip will figure them out on its own.

requirements.txt

index 70fe5a0b724b085c21cf4ce1ff3e87c94ca96185..c04d152094495372735c5efd7caba033294dcb0c 100644 (file)
@@ -1,6 +1,4 @@
 # Python dependencies
 
-ansible>=7.4
-ansible-core>=2.14
-ansible-lint>=6.14
-yamllint>=1.30
+ansible>=8.2
+ansible-lint>=6.17