Skip to content

Commit 02cd800

Browse files
committed
Merge branch 'main' into feat/ty
# Conflicts: # pyproject.toml # uv.lock
2 parents 1dceaa7 + 2afe240 commit 02cd800

File tree

4 files changed

+70
-68
lines changed

4 files changed

+70
-68
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v6
2222
# For pull requests it's not necessary to checkout the code but for the main branch it is
23-
- uses: dorny/paths-filter@v3
23+
- uses: dorny/paths-filter@v4
2424
id: filter
2525
with:
2626
filters: |

docs/release-notes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515

1616
### Internal
1717

18+
* ⬆ Bump ruff from 0.15.5 to 0.15.6. PR [#1814](https://github.com/fastapi/sqlmodel/pull/1814) by [@dependabot[bot]](https://github.com/apps/dependabot).
19+
* ⬆ Bump cairosvg from 2.8.2 to 2.9.0. PR [#1813](https://github.com/fastapi/sqlmodel/pull/1813) by [@dependabot[bot]](https://github.com/apps/dependabot).
20+
* ⬆ Bump dorny/paths-filter from 3 to 4. PR [#1812](https://github.com/fastapi/sqlmodel/pull/1812) by [@dependabot[bot]](https://github.com/apps/dependabot).
21+
* ⬆ Bump black from 26.3.0 to 26.3.1. PR [#1811](https://github.com/fastapi/sqlmodel/pull/1811) by [@dependabot[bot]](https://github.com/apps/dependabot).
22+
* ⬆ Bump mkdocs-material from 9.7.4 to 9.7.5. PR [#1808](https://github.com/fastapi/sqlmodel/pull/1808) by [@dependabot[bot]](https://github.com/apps/dependabot).
1823
* ⬆ Bump prek from 0.3.4 to 0.3.5. PR [#1807](https://github.com/fastapi/sqlmodel/pull/1807) by [@dependabot[bot]](https://github.com/apps/dependabot).
1924
* ⬆ Bump black from 26.1.0 to 26.3.0. PR [#1803](https://github.com/fastapi/sqlmodel/pull/1803) by [@dependabot[bot]](https://github.com/apps/dependabot).
2025
* ⬆ Bump ruff from 0.15.4 to 0.15.5. PR [#1801](https://github.com/fastapi/sqlmodel/pull/1801) by [@dependabot[bot]](https://github.com/apps/dependabot).

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ dev = [
5454
]
5555
docs = [
5656
"black>=24.1.0",
57-
"cairosvg==2.8.2",
57+
"cairosvg==2.9.0",
5858
"griffe-typingdoc >=0.3.0",
5959
"griffe-warnings-deprecated >=1.1.0",
6060
"markdown-include-variants==0.0.8",
6161
"mdx-include>=1.4.1,<2.0.0",
6262
"mkdocs-macros-plugin==1.5.0",
63-
"mkdocs-material==9.7.4",
63+
"mkdocs-material==9.7.5",
6464
"mkdocs-redirects>=1.2.1,<1.3.0",
6565
"mkdocstrings[python]==1.0.3",
6666
"pillow==12.1.1",
@@ -83,7 +83,7 @@ tests = [
8383
"jinja2==3.1.6",
8484
"pre-commit>=2.17.0,<5.0.0",
8585
"pytest>=7.0.1,<10.0.0",
86-
"ruff==0.15.5",
86+
"ruff==0.15.6",
8787
"ty>=0.0.9",
8888
"typing-extensions==4.15.0",
8989
]

0 commit comments

Comments
 (0)