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} | "
126
126
127
127
# Also recognize these versions of Ansible as supported:
128
128
# supported_ansible_also:
129
- # - "2.14 "
129
+ # - "2.18 "
Original file line number Diff line number Diff line change 1
1
# Special order section for helping pip:
2
2
will-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
4
4
ansible-compat>=24.10.0 # GPLv3
5
5
# alphabetically sorted:
6
6
black>=24.3.0 # MIT (security)
Original file line number Diff line number Diff line change 1
1
# This file is kept in a different directory than .config in order to not be
2
2
# automatically updated by dependabot. This should be kept in sync with
3
3
# 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
6
6
black==24.3.0 # MIT (security)
7
7
filelock==3.3.0 # The Unlicense
8
8
jsonschema==4.10.0 # MIT, version needed for improved errors
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ repos:
179
179
plugins/.*
180
180
)$
181
181
- repo : https://github.com/RobertCraigie/pyright-python
182
- rev : v1.1.391
182
+ rev : v1.1.392
183
183
hooks :
184
184
- id : pyright
185
185
additional_dependencies :
@@ -210,7 +210,7 @@ repos:
210
210
- --output-format=colorized
211
211
additional_dependencies :
212
212
- ansible-compat>=24.8.0
213
- - ansible-core>=2.14 .0
213
+ - ansible-core>=2.16 .0
214
214
- black>=24.10.0
215
215
- docutils
216
216
- filelock>=3.12.2
You can’t perform that action at this time.
0 commit comments