Skip to content

Commit

Permalink
Avoid errors when running with readonly virtualenvs (#4398)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Feb 18, 2025
1 parent 9f38321 commit 946153a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .config/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file was autogenerated by uv via the following command:
# tox run -e deps
ansi2html==1.9.2 # via molecule (pyproject.toml)
ansible-compat==25.1.2 # via ansible-lint, molecule (pyproject.toml)
ansible-compat==25.1.4 # via ansible-lint, molecule (pyproject.toml)
ansible-lint==25.1.2 # via molecule (pyproject.toml)
astroid==3.3.8 # via pylint
attrs==25.1.0 # via jsonschema, referencing
Expand Down
2 changes: 1 addition & 1 deletion .config/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ansible-compat >= 25.1.0
ansible-compat >= 25.1.4
ansible-core >= 2.15.0
click >= 8.0, < 9
click-help-colors
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ repos:
args:
- --output-format=colorized
additional_dependencies:
- ansible-compat>=25.1.0
- ansible-compat>=25.1.4
- click
- click-help-colors
- enrich>=1.2.7
Expand All @@ -105,7 +105,7 @@ repos:
hooks:
- id: mypy
additional_dependencies:
- ansible-compat>=25.1.0
- ansible-compat>=25.1.4
- click
- click-help-colors
- enrich
Expand Down

0 comments on commit 946153a

Please sign in to comment.