Skip to content

Commit 2516ce6

Browse files
Merge branch 'dependabot/pip/doc-dependencies-78e250208b' of https://github.com/ansys-internal/pyansys-visualizer into dependabot/pip/doc-dependencies-78e250208b
2 parents e1fbf83 + 5e50e4d commit 2516ce6

File tree

6 files changed

+21
-2
lines changed

6 files changed

+21
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ repos:
3434
- id: check-github-workflows
3535

3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: v0.12.0
37+
rev: v0.12.1
3838
hooks:
3939
- id: ruff
4040
args: [--fix]

SECURITY.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Security Policy
2+
3+
## Reporting a vulnerability
4+
5+
> [!CAUTION]
6+
> Do not use GitHub issues to report any security vulnerabilities.
7+
8+
If you detect a vulnerability, contact the [PyAnsys Core team](mailto:[email protected]),
9+
mentioning the repository and the details of your finding. The team will address it as soon as possible.
10+
11+
Provide the PyAnsys Core team with this information:
12+
13+
- Any specific configuration settings needed to reproduce the problem
14+
- Step-by-step guidance to reproduce the problem
15+
- The exact location of the problematic source code, including tag, branch, commit, or a direct URL
16+
- The potential consequences of the vulnerability, along with a description of how an attacker could take advantage of the issue
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Build(deps): bump ansys-fluent-core from 0.32.2 to 0.33.0 in the general-dependencies group
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Maint: add security.md file
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[pre-commit.ci] pre-commit autoupdate

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ doc = [
5656
"sphinx_design==0.6.1",
5757
"sphinx-gallery==0.19.0",
5858
"sphinx-jinja==2.0.2",
59-
"ansys-fluent-core==0.32.2",
59+
"ansys-fluent-core==0.33.0",
6060
]
6161

6262
[project.urls]

0 commit comments

Comments
 (0)