File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 timeout-minutes : 5
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@v6 .0.3
33+ uses : actions/checkout@v7 .0.0
3434 with :
3535 fetch-depth : 1
3636
6363 continue-on-error : false
6464 steps :
6565 - name : Checkout
66- uses : actions/checkout@v6 .0.3
66+ uses : actions/checkout@v7 .0.0
6767 with :
6868 fetch-depth : 0
6969
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v6 .0.3
21+ uses : actions/checkout@v7 .0.0
2222 with :
2323 fetch-depth : 1
2424 token : ${{ secrets.BRUTUS_PAT_TOKEN }}
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ repos:
1111 exclude : " locales"
1212 - id : trailing-whitespace
1313 - repo : https://github.com/astral-sh/ruff-pre-commit
14- rev : v0.15.17
14+ rev : v0.15.18
1515 hooks :
1616 - id : ruff-check
1717 args : [ --fix ]
1818 - id : ruff-format
1919 - repo : https://github.com/rvben/rumdl-pre-commit
20- rev : v0.2.16
20+ rev : v0.2.20
2121 hooks :
2222 - id : rumdl
2323 - id : rumdl-fmt
Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ dependencies = [
3333 " mkdocs-material==9.7.6" ,
3434 " mkdocs-rss-plugin==1.19.0" ,
3535 " mkdocs==1.6.1" , # DO NOT UPGRADE - 2+ is not compatible with anything here
36- " mkdocstrings-python==2.0.4 " ,
36+ " mkdocstrings-python==2.0.5 " ,
3737 " pymdown-extensions==10.21.3" ,
3838 " pyspelling==2.12.1" ,
3939 " python-Levenshtein==0.27.3" ,
4040 " PyYAML==6.0.3" ,
4141 " polib==1.2.0" ,
42- " ruff==0.15.17 " ,
42+ " ruff==0.15.18 " ,
4343 " setuptools_scm==10.0.5" ,
4444 " translate-toolkit==3.19.11" ,
4545]
@@ -65,7 +65,7 @@ dev = [
6565]
6666
6767test = [
68- " pytest == 9.1.0 " ,
68+ " pytest == 9.1.1 " ,
6969 " pytest-xdist == 3.8.0" ,
7070]
7171
You can’t perform that action at this time.
0 commit comments