File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 - name : setup python 3.10
1212 uses : actions/setup-python@v5
1313 with :
14- python-version : ' 3.10 '
14+ python-version : ' 3.14 '
1515
1616 - name : Setup Poetry
1717 uses : snok/install-poetry@v1
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424 - name : Start MongoDB
25- uses : supercharge/mongodb-github-action@v1.10.0
25+ uses : supercharge/mongodb-github-action@1.12.1
2626 with :
2727 mongodb-version : ' 5.0'
2828 - name : Start MemCache
2929 uses : niden/actions-memcached@v7
3030 - name : Start Redis
31- uses : supercharge/redis-github-action@1.8.0
31+ uses : supercharge/redis-github-action@1.8.1
3232 with :
3333 redis-version : 6
3434 - name : Configure sysctl limits for elasticsearch
Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ exclude: >
44 )
55repos :
66- repo : https://github.com/pre-commit/pre-commit-hooks
7- rev : v4.5 .0
7+ rev : v4.6 .0
88 hooks :
99 - id : trailing-whitespace
1010 - id : end-of-file-fixer
1111 - id : check-yaml
1212- repo : https://github.com/myint/autoflake
13- rev : v2.2.1
13+ rev : v2.3.3
1414 hooks :
1515 - id : autoflake
1616 exclude : &fixtures tests/functional/|tests/input|tests/extensions/data|tests/regrtest_data/|tests/data/
2121 - --remove-duplicate-keys
2222 - --remove-unused-variables
2323- repo : https://github.com/asottile/pyupgrade
24- rev : v3.15.0
24+ rev : v3.21.2
2525 hooks :
2626 - id : pyupgrade
2727 args : [--py36-plus]
3636 hooks :
3737 - id : black
3838- repo : https://github.com/macisamuele/language-formatters-pre-commit-hooks
39- rev : v2.12 .0
39+ rev : v2.16 .0
4040 hooks :
4141 - id : pretty-format-ini
4242 args : [--autofix]
You can’t perform that action at this time.
0 commit comments