Skip to content

Commit 636a45c

Browse files
authored
Merge branch 'main' into ami/pydantic-jsonb
2 parents 5329960 + e7744e5 commit 636a45c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
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.9.9
17+
rev: v0.11.0
1818
hooks:
1919
- id: ruff
2020
args:

docs/release-notes.md

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

77
* ⬆️ Drop support for Python 3.7, require Python 3.8 or above. PR [#1316](https://github.com/fastapi/sqlmodel/pull/1316) by [@svlandeg](https://github.com/svlandeg).
88

9+
### Internal
10+
11+
* ⬆ Bump jinja2 from 3.1.4 to 3.1.6. PR [#1317](https://github.com/fastapi/sqlmodel/pull/1317) by [@dependabot[bot]](https://github.com/apps/dependabot).
12+
*[pre-commit.ci] pre-commit autoupdate. PR [#1319](https://github.com/fastapi/sqlmodel/pull/1319) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
13+
914
## 0.0.24
1015

1116
### Upgrades

requirements-tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ ruff ==0.9.6
88
fastapi >=0.103.2
99
httpx ==0.24.1
1010
dirty-equals ==0.9.0
11-
jinja2 ==3.1.4
11+
jinja2 ==3.1.6
1212
typing-extensions ==4.12.2

0 commit comments

Comments
 (0)