Skip to content

Commit cd6222f

Browse files
pre-commit-ci[bot]TEAM4-0
authored andcommitted
[pre-commit.ci] pre-commit autoupdate (#668)
updates: - [github.com/asottile/pyupgrade: v3.21.1 → v3.21.2](asottile/pyupgrade@v3.21.1...v3.21.2) - [github.com/astral-sh/ruff-pre-commit: v0.14.5 → v0.14.6](astral-sh/ruff-pre-commit@v0.14.5...v0.14.6) - [github.com/PyCQA/bandit: 1.9.0 → 1.9.2](PyCQA/bandit@1.9.0...1.9.2) - [github.com/DavidAnson/markdownlint-cli2: v0.19.0 → v0.19.1](DavidAnson/markdownlint-cli2@v0.19.0...v0.19.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4fd4d08 commit cd6222f

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repos:
3636
args: [--markdown-linebreak-ext=md]
3737

3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: v3.21.1
39+
rev: v3.21.2
4040
hooks:
4141
- id: pyupgrade
4242
args: ["--py310-plus"]
@@ -53,7 +53,7 @@ repos:
5353
additional_dependencies: [black]
5454

5555
- repo: https://github.com/astral-sh/ruff-pre-commit
56-
rev: v0.14.5
56+
rev: v0.14.6
5757
hooks:
5858
- id: ruff-check
5959
name: ruff
@@ -64,7 +64,7 @@ repos:
6464
- "--no-unsafe-fixes"
6565

6666
- repo: https://github.com/PyCQA/bandit
67-
rev: 1.9.0
67+
rev: 1.9.2
6868
hooks:
6969
- id: bandit
7070
args: ["-r"]
@@ -81,7 +81,7 @@ repos:
8181
- "types-redis"
8282

8383
- repo: https://github.com/DavidAnson/markdownlint-cli2
84-
rev: v0.19.0
84+
rev: v0.19.1
8585
hooks:
8686
- id: markdownlint-cli2
8787
name: markdownlint

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
**Merged pull requests:**
88

9+
- \[pre-commit.ci\] pre-commit autoupdate [\#668](https://github.com/EMMC-ASBL/oteapi-services/pull/668) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
910
- \[pre-commit.ci\] pre-commit autoupdate [\#616](https://github.com/EMMC-ASBL/oteapi-services/pull/616) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
1011

1112
## [v1.20250410.410](https://github.com/EMMC-ASBL/oteapi-services/tree/v1.20250410.410) (2025-04-10)

app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
from __future__ import annotations
88

9-
__version__ = "1.20251124.470"
9+
__version__ = "1.20251125.471"
1010
__author__ = "SINTEF"
1111
__author_email__ = "Team4.0@SINTEF.no"

0 commit comments

Comments
 (0)