Skip to content

Commit f63c1fd

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/checkout-5
2 parents ef99f09 + 11b8e96 commit f63c1fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
timeout-minutes: 1
1515

1616
steps:
17-
- uses: amannn/action-semantic-pull-request@v5
17+
- uses: amannn/action-semantic-pull-request@v6
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
with:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dev = [
1717
"pytest-timeout==2.4.0",
1818
"pytest-asyncio==1.1.0",
1919
"pytest-cov==6.2.1",
20-
"ruff==0.12.8",
20+
"ruff==0.12.9",
2121
"bandit==1.8.6",
2222
"pyright==1.1.403",
2323
"twine==6.1.0",

0 commit comments

Comments
 (0)