Skip to content

Commit c913903

Browse files
authored
Merge branch 'main' into patch-1
2 parents 8362e27 + 9039c29 commit c913903

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.14.1
17+
rev: v0.14.2
1818
hooks:
1919
- id: ruff
2020
args:

docs/release-notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
### Internal
1010

11+
* ⬆ Bump mkdocs-macros-plugin from 1.4.0 to 1.4.1. PR [#1626](https://github.com/fastapi/sqlmodel/pull/1626) by [@dependabot[bot]](https://github.com/apps/dependabot).
12+
* ⬆ Bump ruff from 0.14.1 to 0.14.2. PR [#1616](https://github.com/fastapi/sqlmodel/pull/1616) by [@dependabot[bot]](https://github.com/apps/dependabot).
13+
*[pre-commit.ci] pre-commit autoupdate. PR [#1625](https://github.com/fastapi/sqlmodel/pull/1625) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
1114
* 🔧 Add PEP-639 license metadata. PR [#1624](https://github.com/fastapi/sqlmodel/pull/1624) by [@svlandeg](https://github.com/svlandeg).
1215
* ⬆ Bump griffe-typingdoc from 0.2.9 to 0.3.0. PR [#1615](https://github.com/fastapi/sqlmodel/pull/1615) by [@dependabot[bot]](https://github.com/apps/dependabot).
1316
* ⬆ Bump actions/upload-artifact from 4 to 5. PR [#1620](https://github.com/fastapi/sqlmodel/pull/1620) by [@dependabot[bot]](https://github.com/apps/dependabot).

requirements-docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ cairosvg==2.8.2
1414
griffe-typingdoc==0.3.0
1515
# For griffe, it formats with black
1616
typer == 0.20.0
17-
mkdocs-macros-plugin==1.4.0
17+
mkdocs-macros-plugin==1.4.1
1818
markdown-include-variants==0.0.5

requirements-tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ coverage[toml] >=6.2,<8.0
55
# Remove when support for Python 3.8 is dropped
66
mypy ==1.14.1; python_version < "3.9"
77
mypy ==1.18.2; python_version >= "3.9"
8-
ruff ==0.14.1
8+
ruff ==0.14.2
99
# For FastAPI tests
1010
fastapi >=0.103.2
1111
httpx ==0.28.1

0 commit comments

Comments
 (0)