Skip to content

Commit b917e10

Browse files
Bump the dependencies group with 3 updates
Bumps the dependencies group with 3 updates: [mkdocstrings-python](https://github.com/mkdocstrings/python), [ruff](https://github.com/astral-sh/ruff) and [pytest](https://github.com/pytest-dev/pytest). Updates `mkdocstrings-python` from 2.0.4 to 2.0.5 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@2.0.4...2.0.5) Updates `ruff` from 0.15.17 to 0.15.18 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.17...0.15.18) Updates `pytest` from 9.1.0 to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.1.0...9.1.1) Bump actions/checkout from 6.0.3 to 7.0.0 in the dependencies group Bumps the dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6.0.3 to 7.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.3...v7.0.0) Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit) and [https://github.com/rvben/rumdl-pre-commit](https://github.com/rvben/rumdl-pre-commit). Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.15.17 to 0.15.18 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](astral-sh/ruff-pre-commit@v0.15.17...v0.15.18) Updates `https://github.com/rvben/rumdl-pre-commit` from v0.2.16 to 0.2.20 - [Release notes](https://github.com/rvben/rumdl-pre-commit/releases) - [Commits](rvben/rumdl-pre-commit@v0.2.16...v0.2.20) --- updated-dependencies: - dependency-name: mkdocstrings-python dependency-version: 2.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: ruff dependency-version: 0.15.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.15.18 dependency-type: direct:production dependency-group: dependencies - dependency-name: https://github.com/rvben/rumdl-pre-commit dependency-version: 0.2.20 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b736e96 commit b917e10

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)