Skip to content

Commit ea55dc4

Browse files
fix(deps) Update all non-major dependencies
1 parent 6803c35 commit ea55dc4

6 files changed

Lines changed: 2945 additions & 3021 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ exclude: >
44
)
55
repos:
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/
@@ -21,7 +21,7 @@ repos:
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]
@@ -36,7 +36,7 @@ repos:
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]

0 commit comments

Comments
 (0)