Skip to content

Commit 8062140

Browse files
Merge branch 'feat/create-rst-file' of https://github.com/ansys/pydyna into feat/create-rst-file
2 parents 209713e + ea82222 commit 8062140

File tree

5 files changed

+11
-14
lines changed

5 files changed

+11
-14
lines changed

.github/workflows/ci_cd_release.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
11
name: release
22

3-
permissions:
4-
contents: read
5-
packages: read
6-
73
on:
84
push:
95
tags:
106
- "v*.*.*"
11-
inputs:
12-
PyDynaRunContainer:
13-
description: 'Run container name'
14-
required: false
15-
default: ghcr.io/ansys/pydyna-run:latest
7+
8+
permissions:
9+
contents: read
10+
packages: read
1611

1712
env:
1813
MAIN_PYTHON_VERSION: '3.13'

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repos:
3939
additional_dependencies: [black==23.3.0]
4040

4141
- repo: https://github.com/pycqa/isort
42-
rev: 6.1.0
42+
rev: 7.0.0
4343
hooks:
4444
- id: isort
4545

@@ -63,7 +63,7 @@ repos:
6363

6464
# this validates our github workflow files
6565
- repo: https://github.com/python-jsonschema/check-jsonschema
66-
rev: 0.34.0
66+
rev: 0.34.1
6767
hooks:
6868
- id: check-github-workflows
6969

@@ -76,6 +76,6 @@ repos:
7676
- --start_year=2023
7777

7878
- repo: https://github.com/zizmorcore/zizmor-pre-commit
79-
rev: v1.12.1
79+
rev: v1.14.2
8080
hooks:
8181
- id: zizmor

doc/changelog/932.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Pre-commit automatic update

doc/changelog/936.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump matplotlib from 3.10.6 to 3.10.7

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ codegen = [
5454
"Jinja2"
5555
]
5656
tests = [
57-
"matplotlib==3.10.6",
57+
"matplotlib==3.10.7",
5858
"numpy==2.2.6",
5959
"pytest==8.4.2",
6060
"pytest-cov==7.0.0",
@@ -68,7 +68,7 @@ tests = [
6868
]
6969
doc = [
7070
"recommonmark==0.7.1",
71-
"matplotlib==3.10.6",
71+
"matplotlib==3.10.7",
7272
"imageio==2.37.0",
7373
"imageio-ffmpeg==0.6.0",
7474
"numpydoc==1.9.0",

0 commit comments

Comments
 (0)