Skip to content

Commit b2fe1e3

Browse files
authored
Require ansible-core>=2.16 (#4483)
1 parent 1a09524 commit b2fe1e3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.ansible-lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

.config/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Special order section for helping pip:
22
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
44
ansible-compat>=24.10.0 # GPLv3
55
# alphabetically sorted:
66
black>=24.3.0 # MIT (security)

.github/lower-constraints.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
66
black==24.3.0 # MIT (security)
77
filelock==3.3.0 # The Unlicense
88
jsonschema==4.10.0 # MIT, version needed for improved errors

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)