4 files changed
@@ -17,7 +17,7 @@ jobs: | |||
| 17 | 17 | stale: | |
| 18 | 18 | runs-on: ubuntu-latest | |
| 19 | 19 | steps: | |
| 20 | - - uses: actions/stale@v10.1.1 | ||
| 20 | + - uses: actions/stale@v10.2.0 | ||
| 21 | 21 | with: | |
| 22 | 22 | operations-per-run: 500 | |
| 23 | 23 | stale-issue-label: "stale" | |
@@ -7,7 +7,7 @@ repos: | |||
| 7 | 7 | hooks: | |
| 8 | 8 | - id: black | |
| 9 | 9 | - repo: https://github.com/commitizen-tools/commitizen | |
| 10 | - rev: v4.13.7 | ||
| 10 | + rev: v4.13.8 | ||
| 11 | 11 | hooks: | |
| 12 | 12 | - id: commitizen | |
| 13 | 13 | stages: [commit-msg] | |
@@ -20,7 +20,7 @@ repos: | |||
| 20 | 20 | hooks: | |
| 21 | 21 | - id: isort | |
| 22 | 22 | - repo: https://github.com/pycqa/pylint | |
| 23 | - rev: v4.0.4 | ||
| 23 | + rev: v4.0.5 | ||
| 24 | 24 | hooks: | |
| 25 | 25 | - id: pylint | |
| 26 | 26 | additional_dependencies: | |
@@ -51,6 +51,6 @@ repos: | |||
| 51 | 51 | - id: rst-directive-colons | |
| 52 | 52 | - id: rst-inline-touching-normal | |
| 53 | 53 | - repo: https://github.com/maxbrunet/pre-commit-renovate | |
| 54 | - rev: 43.15.2 | ||
| 54 | + rev: 43.31.1 | ||
| 55 | 55 | hooks: | |
| 56 | 56 | - id: renovate-config-validator | |
@@ -1,13 +1,13 @@ | |||
| 1 | 1 | -r requirements.txt | |
| 2 | 2 | argcomplete==2.0.0 | |
| 3 | 3 | black==26.1.0 | |
| 4 | - commitizen==4.13.7 | ||
| 4 | + commitizen==4.13.8 | ||
| 5 | 5 | flake8==7.3.0 | |
| 6 | 6 | isort==7.0.0 | |
| 7 | 7 | mypy==1.19.1 | |
| 8 | - pylint==4.0.4 | ||
| 8 | + pylint==4.0.5 | ||
| 9 | 9 | pytest==9.0.2 | |
| 10 | - responses==0.25.8 | ||
| 10 | + responses==0.26.0 | ||
| 11 | 11 | respx==0.22.0 | |
| 12 | 12 | types-PyYAML==6.0.12.20250915 | |
| 13 | 13 | types-requests==2.32.4.20260107 | |
@@ -7,7 +7,7 @@ pytest-cov==7.0.0 | |||
| 7 | 7 | pytest-github-actions-annotate-failures==0.3.0 | |
| 8 | 8 | pytest==9.0.2 | |
| 9 | 9 | PyYaml==6.0.3 | |
| 10 | - responses==0.25.8 | ||
| 10 | + responses==0.26.0 | ||
| 11 | 11 | respx==0.22.0 | |
| 12 | 12 | trio==0.33.0 | |
| 13 | 13 | wheel==0.46.3 | |
0 commit comments