| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 40d8131 commit d878ef9
5 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,7 +15,7 @@ jobs: | |||
| 15 | 15 | stale: | |
| 16 | 16 | runs-on: ubuntu-latest | |
| 17 | 17 | steps: | |
| 18 | - - uses: actions/stale@v10.0.0 | ||
| 18 | + - uses: actions/stale@v10.1.0 | ||
| 19 | 19 | with: | |
| 20 | 20 | operations-per-run: 500 | |
| 21 | 21 | stale-issue-label: "stale" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -16,11 +16,11 @@ repos: | |||
| 16 | 16 | hooks: | |
| 17 | 17 | - id: flake8 | |
| 18 | 18 | - repo: https://github.com/pycqa/isort | |
| 19 | - rev: 6.0.1 | ||
| 19 | + rev: 6.1.0 | ||
| 20 | 20 | hooks: | |
| 21 | 21 | - id: isort | |
| 22 | 22 | - repo: https://github.com/pycqa/pylint | |
| 23 | - rev: v3.3.8 | ||
| 23 | + rev: v3.3.9 | ||
| 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: 41.125.3 | ||
| 54 | + rev: 41.138.1 | ||
| 55 | 55 | hooks: | |
| 56 | 56 | - id: renovate-config-validator | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | -r requirements.txt | |
| 2 | - furo==2025.7.19 | ||
| 2 | + furo==2025.9.25 | ||
| 3 | 3 | jinja2==3.1.6 | |
| 4 | 4 | myst-parser==4.0.1 | |
| 5 | 5 | sphinx==8.2.3 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,9 +3,9 @@ argcomplete==2.0.0 | |||
| 3 | 3 | black==25.9.0 | |
| 4 | 4 | commitizen==4.9.1 | |
| 5 | 5 | flake8==7.3.0 | |
| 6 | - isort==6.0.1 | ||
| 6 | + isort==6.1.0 | ||
| 7 | 7 | mypy==1.18.2 | |
| 8 | - pylint==3.3.8 | ||
| 8 | + pylint==3.3.9 | ||
| 9 | 9 | pytest==8.4.2 | |
| 10 | 10 | responses==0.25.8 | |
| 11 | 11 | respx==0.22.0 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,12 +1,12 @@ | |||
| 1 | 1 | -r requirements.txt | |
| 2 | - anyio==4.10.0 | ||
| 2 | + anyio==4.11.0 | ||
| 3 | 3 | build==1.3.0 | |
| 4 | 4 | coverage==7.10.7 | |
| 5 | 5 | pytest-console-scripts==1.4.1 | |
| 6 | 6 | pytest-cov==6.3.0 | |
| 7 | 7 | pytest-github-actions-annotate-failures==0.3.0 | |
| 8 | 8 | pytest==8.4.2 | |
| 9 | - PyYaml==6.0.2 | ||
| 9 | + PyYaml==6.0.3 | ||
| 10 | 10 | responses==0.25.8 | |
| 11 | 11 | respx==0.22.0 | |
| 12 | 12 | trio==0.31.0 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments