Skip to content

Commit 5841e21

Browse files
tschmrenovate[bot]
andauthored
update from tschm/cvxcla (#300)
* introduce the cla function * obsolete empty cell? * remove cvxpy * remove the cvxpy construct * notebook updated * linting * remove scipy * remove scipy * remove scipy * testing, testing, testing * testing, testing, testing * testing, testing, optimize * fmt * testing, testing, testing * fix(deps): update dependency pandas to v2.3.1 (#58) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): lock file maintenance (#59) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): lock file maintenance (#60) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.12.7 (#61) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update tschm/.config-templates action to v0.1.8 (#62) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency marimo to v0.14.16 (#63) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency mosek to v11.0.27 (#64) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update pre-commit hook crate-ci/typos to v1.35.1 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2e13f50 commit 5841e21

File tree

4 files changed

+36
-36
lines changed

4 files changed

+36
-36
lines changed

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v4
2929

3030
- name: Sync config templates
31-
uses: tschm/[email protected].7
31+
uses: tschm/[email protected].8
3232
with:
3333
branch: sync/update-configs
3434
commit-message: sync config files from .config-templates

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: check-yaml
1010

1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: 'v0.12.5'
12+
rev: 'v0.12.7'
1313
hooks:
1414
- id: ruff
1515
args: [ --fix, --exit-non-zero-on-fix, --unsafe-fixes ]
@@ -44,6 +44,6 @@ repos:
4444
- id: validate-pyproject
4545

4646
- repo: https://github.com/crate-ci/typos
47-
rev: v1.34.0
47+
rev: v1.35.1
4848
hooks:
4949
- id: typos

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ dev = [
2525
"pre-commit==4.2.0",
2626
"loguru==0.7.3",
2727
"cvxbson==0.1.6",
28-
"mosek==11.0.25",
29-
"marimo==0.14.13",
28+
"mosek==11.0.27",
29+
"marimo==0.14.16",
3030
"pandas==2.3.1",
3131
"python-dotenv==1.1.1"
3232
]

uv.lock

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)