Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require ansible-core>=2.16 #4483

Merged
merged 1 commit into from
Jan 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---

Check failure on line 1 in .ansible-lint

View workflow job for this annotation

GitHub Actions / test-action

load-failure[not-found]

File or directory not found.

Check failure on line 1 in .ansible-lint

View workflow job for this annotation

GitHub Actions / test-action

load-failure[filenotfounderror]

[Errno 2] No such file or directory: '/home/runner/work/ansible-lint/ansible-lint/docs/.ansible-lint'
# .ansible-lint

profile: null # min, basic, moderate,safety, shared, production
Expand Down Expand Up @@ -126,4 +126,4 @@

# Also recognize these versions of Ansible as supported:
# supported_ansible_also:
# - "2.14"
# - "2.18"
2 changes: 1 addition & 1 deletion .config/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Special order section for helping pip:
will-not-work-on-windows-try-from-wsl-instead; platform_system=='Windows'
ansible-core>=2.13.0 # GPLv3
ansible-core>=2.16.0 # GPLv3
ansible-compat>=24.10.0 # GPLv3
# alphabetically sorted:
black>=24.3.0 # MIT (security)
Expand Down
4 changes: 2 additions & 2 deletions .github/lower-constraints.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This file is kept in a different directory than .config in order to not be
# automatically updated by dependabot. This should be kept in sync with
# minimal requirements configured inside .config/requirements.in
ansible-core==2.13.0
ansible-compat==24.5.1 # GPLv3
ansible-core==2.16.0
ansible-compat==24.10.0 # GPLv3
black==24.3.0 # MIT (security)
filelock==3.3.0 # The Unlicense
jsonschema==4.10.0 # MIT, version needed for improved errors
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ repos:
plugins/.*
)$
- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.391
rev: v1.1.392
hooks:
- id: pyright
additional_dependencies:
Expand Down Expand Up @@ -210,7 +210,7 @@ repos:
- --output-format=colorized
additional_dependencies:
- ansible-compat>=24.8.0
- ansible-core>=2.14.0
- ansible-core>=2.16.0
- black>=24.10.0
- docutils
- filelock>=3.12.2
Expand Down
Loading