Skip to content

Commit 946153a

Browse files
authored
Avoid errors when running with readonly virtualenvs (#4398)
Fixes: ansible/ansible-compat#469 Related: ansible/ansible-compat#467 Related: ansible/ansible-compat#455 Related: ansible/ansible-compat#454
1 parent 9f38321 commit 946153a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.config/constraints.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file was autogenerated by uv via the following command:
22
# tox run -e deps
33
ansi2html==1.9.2 # via molecule (pyproject.toml)
4-
ansible-compat==25.1.2 # via ansible-lint, molecule (pyproject.toml)
4+
ansible-compat==25.1.4 # via ansible-lint, molecule (pyproject.toml)
55
ansible-lint==25.1.2 # via molecule (pyproject.toml)
66
astroid==3.3.8 # via pylint
77
attrs==25.1.0 # via jsonschema, referencing

.config/requirements.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ansible-compat >= 25.1.0
1+
ansible-compat >= 25.1.4
22
ansible-core >= 2.15.0
33
click >= 8.0, < 9
44
click-help-colors

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ repos:
8989
args:
9090
- --output-format=colorized
9191
additional_dependencies:
92-
- ansible-compat>=25.1.0
92+
- ansible-compat>=25.1.4
9393
- click
9494
- click-help-colors
9595
- enrich>=1.2.7
@@ -105,7 +105,7 @@ repos:
105105
hooks:
106106
- id: mypy
107107
additional_dependencies:
108-
- ansible-compat>=25.1.0
108+
- ansible-compat>=25.1.4
109109
- click
110110
- click-help-colors
111111
- enrich

0 commit comments

Comments
 (0)