Skip to content

Commit 9bcdbc5

Browse files
authored
Merge branch 'development' into spec0/python-3.11
2 parents 3ec0207 + 44e7f4e commit 9bcdbc5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/integration_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
pytest icepyx/tests/integration --verbose --cov app
4343
4444
- name: "Upload coverage report"
45-
uses: "codecov/codecov-action@v5.3.1"
45+
uses: "codecov/codecov-action@v5.4.0"
4646
with:
4747
token: "${{ secrets.CODECOV_TOKEN }}"

.github/workflows/unit_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
--ignore=icepyx/tests/integration
3838
3939
- name: "Upload coverage report"
40-
uses: "codecov/codecov-action@v5.3.1"
40+
uses: "codecov/codecov-action@v5.4.0"
4141
with:
4242
token: "${{ secrets.CODECOV_TOKEN }}"

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
- tomli
2727

2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: v0.9.4
29+
rev: v0.9.9
3030
hooks:
3131
- id: ruff
3232
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)