Skip to content

Commit 43669f4

Browse files
⬆️ bump dependencies (#428)
1 parent 3f18a3d commit 43669f4

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/_test-regressions.yml

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

@@ -49,7 +49,7 @@ jobs:
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 }}

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
repos:
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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ Changelog = "https://github.com/mindee/mindee-api-python/blob/main/CHANGELOG.md"
4242

4343
[project.optional-dependencies]
4444
lint = [
45-
"pylint==4.0.5",
45+
"pylint==4.0.6",
4646
"pre-commit~=4.6.0",
4747
"pip-audit>=2.10.0",
4848
]
4949
test = [
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
]

0 commit comments

Comments
 (0)