Skip to content

Commit

Permalink
Avoid using version of onigurumacffi that is not binary packaged
Browse files Browse the repository at this point in the history
Related: #396
  • Loading branch information
ssbarnea committed Oct 2, 2024
1 parent b73f692 commit 65fa141
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ more-itertools==10.5.0
mypy==1.11.2
mypy-extensions==1.0.0
nodeenv==1.9.1
onigurumacffi==1.3.0
onigurumacffi==1.2.0
openapi-core==0.19.4
openapi-schema-validator==0.6.2
openapi-spec-validator==0.7.1
Expand Down
2 changes: 1 addition & 1 deletion .config/requirements-lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ mdurl==0.1.2
molecule==24.9.0
more-itertools==10.5.0
mypy-extensions==1.0.0
onigurumacffi==1.3.0
onigurumacffi==1.2.0
openapi-core==0.19.4
openapi-schema-validator==0.6.2
openapi-spec-validator==0.7.1
Expand Down
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ updates:
- pytest-ansible
- referencing # https://github.com/p1c2u/jsonschema-path/issues/143
- tox-ansible
- onigurumacffi # https://github.com/ansible/ansible-dev-tools/issues/396
ignore:
- dependency-name: referencing
- dependency-name: onigurumacffi # https://github.com/ansible/ansible-dev-tools/issues/396
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit 65fa141

Please sign in to comment.