File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -126,4 +126,4 @@ task_name_prefix: "{stem} | "
126126
127127# Also recognize these versions of Ansible as supported:
128128# supported_ansible_also:
129- # - "2.14 "
129+ # - "2.18 "
Original file line number Diff line number Diff line change 11# Special order section for helping pip:
22will-not-work-on-windows-try-from-wsl-instead; platform_system=='Windows'
3- ansible-core>=2.13 .0 # GPLv3
3+ ansible-core>=2.16 .0 # GPLv3
44ansible-compat>=24.10.0 # GPLv3
55# alphabetically sorted:
66black>=24.3.0 # MIT (security)
Original file line number Diff line number Diff line change 11# This file is kept in a different directory than .config in order to not be
22# automatically updated by dependabot. This should be kept in sync with
33# minimal requirements configured inside .config/requirements.in
4- ansible-core==2.13 .0
5- ansible-compat==24.5.1 # GPLv3
4+ ansible-core==2.16 .0
5+ ansible-compat==24.10.0 # GPLv3
66black==24.3.0 # MIT (security)
77filelock==3.3.0 # The Unlicense
88jsonschema==4.10.0 # MIT, version needed for improved errors
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ repos:
179179 plugins/.*
180180 )$
181181 - repo : https://github.com/RobertCraigie/pyright-python
182- rev : v1.1.391
182+ rev : v1.1.392
183183 hooks :
184184 - id : pyright
185185 additional_dependencies :
@@ -210,7 +210,7 @@ repos:
210210 - --output-format=colorized
211211 additional_dependencies :
212212 - ansible-compat>=24.8.0
213- - ansible-core>=2.14 .0
213+ - ansible-core>=2.16 .0
214214 - black>=24.10.0
215215 - docutils
216216 - filelock>=3.12.2
You can’t perform that action at this time.
0 commit comments