Skip to content

Commit

Permalink
Allow use with readonly virtualenvs (#4526)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Feb 18, 2025
1 parent 0e9b100 commit bf5ae86
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .config/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file was autogenerated by uv via the following command:
# tox run -e deps
ansible-compat==25.1.2 # via ansible-lint (pyproject.toml)
ansible-compat==25.1.3 # via ansible-lint (pyproject.toml)
astroid==3.3.8 # via pylint
attrs==25.1.0 # via jsonschema, referencing
babel==2.17.0 # via mkdocs-material
Expand Down
2 changes: 1 addition & 1 deletion .config/requirements-lock.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file was autogenerated by uv via the following command:
# tox run -e deps
ansible-compat==25.1.2 # via ansible-lint (pyproject.toml)
ansible-compat==25.1.3 # via ansible-lint (pyproject.toml)
attrs==25.1.0 # via jsonschema, referencing
black==25.1.0 # via ansible-lint (pyproject.toml)
bracex==2.5.post1 # via wcmatch
Expand Down
2 changes: 1 addition & 1 deletion .config/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Special order section for helping pip:
ansible-core>=2.16.0 # GPLv3
ansible-compat>=25.1.2 # GPLv3
ansible-compat>=25.1.3 # GPLv3
# alphabetically sorted:
black>=24.3.0 # MIT (security)
filelock>=3.8.2 # The Unlicense
Expand Down
2 changes: 1 addition & 1 deletion .github/lower-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# automatically updated by dependabot. This should be kept in sync with
# minimal requirements configured inside .config/requirements.in
ansible-core==2.16.0
ansible-compat>=25.1.2 # GPLv3
ansible-compat>=25.1.3 # GPLv3
black==24.3.0 # MIT (security)
filelock==3.8.2 # The Unlicense
jsonschema==4.10.0 # MIT, version needed for improved errors
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ repos:
# empty args needed in order to match mypy cli behavior
args: [--strict]
additional_dependencies:
- ansible-compat>=25.1.2
- ansible-compat>=25.1.3
- black>=22.10.0
- cryptography>=39.0.1
- filelock>=3.12.2
Expand Down Expand Up @@ -190,7 +190,7 @@ repos:
- id: pyright
additional_dependencies:
- nodejs-wheel-binaries
- ansible-compat>=25.1.2
- ansible-compat>=25.1.3
- black>=22.10.0
- cryptography>=39.0.1
- filelock>=3.12.2
Expand All @@ -215,7 +215,7 @@ repos:
args:
- --output-format=colorized
additional_dependencies:
- ansible-compat>=25.1.2
- ansible-compat>=25.1.3
- ansible-core>=2.16.0
- black>=24.10.0
- docutils
Expand Down

0 comments on commit bf5ae86

Please sign in to comment.