Skip to content

Commit 81fed58

Browse files
Merge branch 'main' into allow-dict-relationship
2 parents b9616fe + 6c0410e commit 81fed58

File tree

4 files changed

+13
-3
lines changed

4 files changed

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

docs/release-notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
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+
### Docs
10+
11+
* ✏️ Update `docs/virtual-environments.md`. PR [#1321](https://github.com/fastapi/sqlmodel/pull/1321) by [@sylvainHellin](https://github.com/sylvainHellin).
12+
13+
### Internal
14+
15+
*[pre-commit.ci] pre-commit autoupdate. PR [#1327](https://github.com/fastapi/sqlmodel/pull/1327) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
16+
* ⬆ 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).
17+
*[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).
18+
919
## 0.0.24
1020

1121
### Upgrades

docs/virtual-environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ After activating the virtual environment, the `PATH` variable would look somethi
668668
/home/user/code/awesome-project/.venv/bin:/usr/bin:/bin:/usr/sbin:/sbin
669669
```
670670

671-
That means that the system will now start looking first look for programs in:
671+
That means that the system will now start looking first for programs in:
672672

673673
```plaintext
674674
/home/user/code/awesome-project/.venv/bin

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)