Skip to content

Commit

Permalink
Update ansible-compat used for testing (#3664)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Aug 16, 2023
1 parent 663d839 commit 0c5907e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .config/requirements-lock.txt
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --no-annotate --output-file=.config/requirements-lock.txt --resolver=backtracking --strip-extras --unsafe-package=resolvelib --unsafe-package=ruamel-yaml-clib pyproject.toml
#
ansible-compat==4.1.2
ansible-compat==4.1.6
ansible-core==2.15.1
attrs==23.1.0
black==23.7.0
Expand Down
2 changes: 1 addition & 1 deletion .config/requirements.txt
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --extra=docs --extra=test --no-annotate --output-file=.config/requirements.txt --strip-extras --unsafe-package=resolvelib --unsafe-package=ruamel-yaml-clib pyproject.toml
#
ansible-compat==4.1.2
ansible-compat==4.1.6
ansible-core==2.15.1
astroid==2.15.6
attrs==23.1.0
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -146,7 +146,7 @@ repos:
# empty args needed in order to match mypy cli behavior
args: [--strict]
additional_dependencies:
- ansible-compat>=4.1.2
- ansible-compat>=4.1.6
- black>=22.10.0
- cryptography>=39.0.1
- filelock>=3.12.2
Expand Down Expand Up @@ -175,7 +175,7 @@ repos:
args:
- --output-format=colorized
additional_dependencies:
- ansible-compat>=4.1.2
- ansible-compat>=4.1.6
- ansible-core>=2.14.0
- black>=22.10.0
- docutils
Expand Down

0 comments on commit 0c5907e

Please sign in to comment.