Skip to content

Commit

Permalink
Update test dependencies (#3877)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Oct 30, 2023
1 parent 7b9041b commit 11828f3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .config/requirements-lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cffi==1.16.0
charset-normalizer==3.3.1
click==8.1.7
cryptography==41.0.5
filelock==3.12.4
filelock==3.13.0
idna==3.4
importlib-resources==5.0.7
jinja2==3.1.2
Expand All @@ -34,7 +34,7 @@ referencing==0.30.2
requests==2.31.0
rich==13.6.0
rpds-py==0.10.6
ruamel-yaml==0.18.2
ruamel-yaml==0.18.3
subprocess-tee==0.4.1
tomli==2.0.1
typing-extensions==4.8.0
Expand Down
4 changes: 2 additions & 2 deletions .config/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ defusedxml==0.7.1
dill==0.3.7
exceptiongroup==1.1.3
execnet==2.0.2
filelock==3.12.4
filelock==3.13.0
ghp-import==2.1.0
griffe==0.36.4
htmlmin2==0.1.13
Expand Down Expand Up @@ -91,7 +91,7 @@ regex==2023.8.8
requests==2.31.0
rich==13.6.0
rpds-py==0.10.6
ruamel-yaml==0.18.2
ruamel-yaml==0.18.3
six==1.16.0
soupsieve==2.5
subprocess-tee==0.4.1
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ repos:
types: [file, yaml]
entry: yamllint --strict
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.1.2"
rev: "v0.1.3"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ python_files = [
xfail_strict = true

[tool.ruff]
required-version = "0.1.2"
ignore = [
"D203", # incompatible with D211
"D213", # incompatible with D212
Expand Down

0 comments on commit 11828f3

Please sign in to comment.