Skip to content

Commit c591972

Browse files
committed
Merge remote-tracking branch 'origin/main' into dependabot/uv/pygments-2.20.0
* origin/main: chore(deps): bump nbconvert from 7.17.0 to 7.17.1 chore(deps-dev): bump the python-dependencies group across 1 directory with 4 updates chore(deps): bump softprops/action-gh-release chore(deps): bump pillow from 12.1.1 to 12.2.0
2 parents ef5e3de + 655db6b commit c591972

3 files changed

Lines changed: 131 additions & 131 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
git log $(git describe --tags --abbrev=0 HEAD^)..HEAD --pretty='format:* %h %s' --no-merges >> ".github/release_template.md"
4040
echo .github/release_template.md
4141
- name: Create Release Draft
42-
uses: softprops/action-gh-release@v2
42+
uses: softprops/action-gh-release@v3
4343
with:
4444
body_path: ".github/release_template.md"
4545
token: "${{ secrets.PAT }}"

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dev = [
3030
"pytest-regressions>=2.5.0",
3131
"coverage>=7.2.0",
3232
"mypy>=1.20.1",
33-
"ruff>=0.15.10",
33+
"ruff>=0.15.11",
3434
"pre-commit>=3.3.1",
3535
"towncrier>=25.8.0",
3636
"bump-my-version>=0.28.1",
@@ -39,13 +39,13 @@ dev = [
3939
"pip>=24.3.1",
4040
# Docs
4141
"mkdocs>=1.6.0",
42-
"mkdocstrings[python]>=1.0.3",
42+
"mkdocstrings[python]>=1.0.4",
4343
"mkdocs-material>=9.5.0",
4444
"mkdocs-gen-files>=0.5.0",
45-
"mkdocs-section-index>=0.3.9",
45+
"mkdocs-section-index>=0.3.12",
4646
"mkdocs-literate-nav>=0.6.1",
4747
"mkdocs-autorefs>=1.0.1",
48-
"mkdocs-jupyter>=0.24.0",
48+
"mkdocs-jupyter>=0.26.3",
4949
"mkdocs-panzoom-plugin>=0.1.3",
5050
"beautifulsoup4>=4.12,<4.15",
5151
"cartopy>=0.24.1",

0 commit comments

Comments
 (0)