File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v5
14+ uses : actions/checkout@v6
1515 - name : Install Python
1616 uses : actions/setup-python@v6
1717 with :
Original file line number Diff line number Diff line change 1717 name : Quality
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 - uses : actions/setup-python@v6
2222 with :
2323 python-version : " 3.x"
3333 name : Documentation
3434 runs-on : ubuntu-latest
3535 steps :
36- - uses : actions/checkout@v5
36+ - uses : actions/checkout@v6
3737 - uses : actions/setup-python@v6
3838 with :
3939 python-version : " 3.x"
7373 - name : CPython 3.14
7474 runs-on : " 3.14-dev"
7575 steps :
76- - uses : actions/checkout@v5
76+ - uses : actions/checkout@v6
7777 - uses : actions/setup-python@v6
7878 with :
7979 python-version : ${{ matrix.python.runs-on }}
Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ mss = "mss.__main__:main"
7373dev = [
7474 " build==1.3.0" ,
7575 " lxml==6.0.2" ,
76- " mypy==1.18.2 " ,
77- " ruff==0.14.5 " ,
76+ " mypy==1.19.0 " ,
77+ " ruff==0.14.7 " ,
7878 " twine==6.2.0" ,
7979]
8080docs = [
You can’t perform that action at this time.
0 commit comments