Skip to content

Commit

Permalink
Allow installation of pre-release collection version as dependencies (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Sep 6, 2023
1 parent 46af24d commit d803b1f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 --strip-extras --unsafe-package=resolvelib --unsafe-package=ruamel-yaml-clib pyproject.toml
#
ansible-compat==4.1.8
ansible-compat==4.1.9
ansible-core==2.15.3
attrs==23.1.0
black==23.7.0
Expand Down
2 changes: 1 addition & 1 deletion .config/requirements.in
@@ -1,7 +1,7 @@
# Special order section for helping pip:
will-not-work-on-windows-try-from-wsl-instead; platform_system=='Windows'
ansible-core>=2.12.0 # GPLv3
ansible-compat>=4.0.5 # GPLv3
ansible-compat>=4.1.9 # GPLv3
# alphabetically sorted:
black>=22.8.0 # MIT
filelock>=3.3.0 # The Unlicense
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.8
ansible-compat==4.1.9
ansible-core==2.15.3
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.6
- ansible-compat>=4.1.9
- 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.6
- ansible-compat>=4.1.9
- ansible-core>=2.14.0
- black>=22.10.0
- docutils
Expand Down

0 comments on commit d803b1f

Please sign in to comment.