◐ Shell
reader mode source ↗
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v10.2.0
with:
operations-per-run: 500
stale-issue-label: "stale"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
TOXENV: ${{ matrix.toxenv }}
run: tox -- --override-ini='log_cli=True'
- name: Upload codecov coverage
uses: codecov/codecov-action@v6.0.0
with:
files: ./coverage.xml
flags: ${{ matrix.toxenv }}
@@ -100,7 +100,7 @@ jobs:
TOXENV: cover
run: tox
- name: Upload codecov coverage
uses: codecov/codecov-action@v6.0.0
with:
files: ./coverage.xml
flags: unit
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ default_language_version:

repos:
- repo: https://github.com/psf/black
rev: 26.3.1
hooks:
- id: black
- repo: https://github.com/commitizen-tools/commitizen
rev: v4.15.0
hooks:
- id: commitizen
stages: [commit-msg]
Expand Down Expand Up @@ -51,6 +51,6 @@ repos:
- id: rst-directive-colons
- id: rst-inline-touching-normal
- repo: https://github.com/maxbrunet/pre-commit-renovate
rev: 43.141.2
hooks:
- id: renovate-config-validator
12 changes: 6 additions & 6 deletions requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
-r requirements.txt
argcomplete==2.0.0
black==26.3.1
commitizen==4.15.0
flake8==7.3.0
isort==8.0.1
mypy==1.20.2
pylint==4.0.5
pytest==9.0.3
responses==0.26.0
respx==0.23.1
types-PyYAML==6.0.12.20260408
types-requests==2.33.0.20260503
types-setuptools==82.0.0.20260408
4 changes: 2 additions & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
-r requirements.txt
anyio==4.13.0
build==1.5.0
coverage==7.13.5
pytest-console-scripts==1.4.1
pytest-cov==7.1.0
pytest-github-actions-annotate-failures==0.4.0
pytest==9.0.3
PyYaml==6.0.3
responses==0.26.0
respx==0.23.1
trio==0.33.0
wheel==0.47.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gql==4.0.0
httpx==0.28.1
requests==2.33.1
requests-toolbelt==1.0.0
Loading
Toggle all file notes Toggle all file annotations