File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
2121 - " 3.14"
2222 runs-on : ${{ matrix.os }}
2323 steps :
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525 with :
2626 submodules : recursive
2727
2828 - name : Set up Python ${{ matrix.python-version }}
29- uses : actions/setup-python@v5
29+ uses : actions/setup-python@v6
3030 with :
3131 python-version : ${{ matrix.python-version }}
3232
4949 pytest --cov mindee -m regression
5050
5151 - name : Notify Slack Action on Failure
52- uses : ravsamhq/notify-slack-action@2.3 .0
52+ uses : ravsamhq/notify-slack-action@2.5 .0
5353 if : ${{ always() && github.ref_name == 'main' }}
5454 with :
5555 status : ${{ job.status }}
Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/charliermarsh/ruff-pre-commit
3- rev : v0.15.16
3+ rev : v0.15.17
44 hooks :
55 - id : ruff-check
66 args : [ --fix, --exit-non-zero-on-fix]
77 - id : ruff-format
88
99 - repo : https://github.com/betterleaks/betterleaks
10- rev : v1.4.1
10+ rev : v1.5.0
1111 hooks :
1212 - id : betterleaks
1313
1414 - repo : https://github.com/PyCQA/pylint
15- rev : v4.0.5
15+ rev : v4.0.6
1616 hooks :
1717 - id : pylint
1818 name : pylint
Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ Changelog = "https://github.com/mindee/mindee-api-python/blob/main/CHANGELOG.md"
4242
4343[project .optional-dependencies ]
4444lint = [
45- " pylint==4.0.5 " ,
45+ " pylint==4.0.6 " ,
4646 " pre-commit~=4.6.0" ,
4747 " pip-audit>=2.10.0" ,
4848]
4949test = [
5050 " toml~=0.10.2" ,
51- " pytest~=9.0.3" ,
51+ " pytest~=9.0.3,<9.2.0 " ,
5252 " pytest-cov~=7.1.0" ,
5353 " respx~=0.23.1"
5454]
You can’t perform that action at this time.
0 commit comments