Skip to content

Commit 9576cc6

Browse files
Bump the "dependencies" group with 3 updates across multiple ecosystems (#240)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b736e96 commit 9576cc6

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
timeout-minutes: 5
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v6.0.3
33+
uses: actions/checkout@v7.0.0
3434
with:
3535
fetch-depth: 1
3636

@@ -63,7 +63,7 @@ jobs:
6363
continue-on-error: false
6464
steps:
6565
- name: Checkout
66-
uses: actions/checkout@v6.0.3
66+
uses: actions/checkout@v7.0.0
6767
with:
6868
fetch-depth: 0
6969

.github/workflows/translate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v6.0.3
21+
uses: actions/checkout@v7.0.0
2222
with:
2323
fetch-depth: 1
2424
token: ${{ secrets.BRUTUS_PAT_TOKEN }}

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ repos:
1111
exclude: "locales"
1212
- id: trailing-whitespace
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.15.17
14+
rev: v0.15.18
1515
hooks:
1616
- id: ruff-check
1717
args: [ --fix ]
1818
- id: ruff-format
1919
- repo: https://github.com/rvben/rumdl-pre-commit
20-
rev: v0.2.16
20+
rev: v0.2.20
2121
hooks:
2222
- id: rumdl
2323
- id: rumdl-fmt

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ dependencies = [
3333
"mkdocs-material==9.7.6",
3434
"mkdocs-rss-plugin==1.19.0",
3535
"mkdocs==1.6.1", # DO NOT UPGRADE - 2+ is not compatible with anything here
36-
"mkdocstrings-python==2.0.4",
36+
"mkdocstrings-python==2.0.5",
3737
"pymdown-extensions==10.21.3",
3838
"pyspelling==2.12.1",
3939
"python-Levenshtein==0.27.3",
4040
"PyYAML==6.0.3",
4141
"polib==1.2.0",
42-
"ruff==0.15.17",
42+
"ruff==0.15.18",
4343
"setuptools_scm==10.0.5",
4444
"translate-toolkit==3.19.11",
4545
]
@@ -65,7 +65,7 @@ dev = [
6565
]
6666

6767
test = [
68-
"pytest == 9.1.0",
68+
"pytest == 9.1.1",
6969
"pytest-xdist == 3.8.0",
7070
]
7171

0 commit comments

Comments
 (0)