Skip to content

Commit 144de7d

Browse files
committed
chore: update dependencies
- Also corrects the formatting in `CHANGELOG.md`. Co-Authored-by: Pascal Repond <[email protected]>
1 parent 3f1850c commit 144de7d

File tree

3 files changed

+371
-322
lines changed

3 files changed

+371
-322
lines changed

CHANGELOG.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,42 +10,48 @@
1010

1111
**Changes:**
1212

13-
* feat(dev): add uv and ruff [\#72](https://github.com/rero/flask-wiki/pull/72) (by @PascalRepond)
13+
- feat(dev): add uv and ruff [\#72](https://github.com/rero/flask-wiki/pull/72) (by @PascalRepond)
1414

1515
## [v1.0.1](https://github.com/rero/flask-wiki/tree/v1.0.1) (2025-05-15)
1616

1717
[Full Changelog](https://github.com/rero/flask-wiki/compare/v1.0.0...v1.0.1)
1818

1919
**Fix:**
20-
* Unlock wtforms version (by @rerowep & @PascalRepond)
20+
21+
- Unlock wtforms version (by @rerowep & @PascalRepond)
2122

2223
## [v1.0.0](https://github.com/rero/flask-wiki/tree/v1.0.0) (2025-05-15)
2324

2425
[Full Changelog](https://github.com/rero/flask-wiki/compare/v0.3.1...v1.0.0)
2526

2627
**Fixes:**
27-
* edit typo in README.md [\#67](https://github.com/rero/flask-wiki/pull/67) (by @putassu)
28+
29+
- edit typo in README.md [\#67](https://github.com/rero/flask-wiki/pull/67) (by @putassu)
2830

2931
**Other changes:**
30-
* chore(actions): pypi publish package using poetry [\#71](https://github.com/rero/flask-wiki/pull/71) (by @PascalRepond)
31-
* project: update dependencies [\#70](https://github.com/rero/flask-wiki/pull/70) (by @rerowep)
32-
* chore: update dependencies [\#69](https://github.com/rero/flask-wiki/pull/69) (by @PascalRepond)
32+
33+
- chore(actions): pypi publish package using poetry [\#71](https://github.com/rero/flask-wiki/pull/71) (by @PascalRepond)
34+
- project: update dependencies [\#70](https://github.com/rero/flask-wiki/pull/70) (by @rerowep)
35+
- chore: update dependencies [\#69](https://github.com/rero/flask-wiki/pull/69) (by @PascalRepond)
3336

3437
## [v0.3.1](https://github.com/rero/flask-wiki/tree/v0.3.0) (2023-12-13)
3538

3639
[Full Changelog](https://github.com/rero/flask-wiki/compare/v0.3.0...v0.3.1)
3740

3841
**Fixes:**
39-
* fix: config languages [\#65](https://github.com/rero/flask-wiki/pull/65) (by @PascalRepond)
42+
43+
- fix: config languages [\#65](https://github.com/rero/flask-wiki/pull/65) (by @PascalRepond)
4044

4145
## [v0.3.0](https://github.com/rero/flask-wiki/tree/v0.3.0) (2023-08-24)
4246

4347
[Full Changelog](https://github.com/rero/flask-wiki/compare/v0.2.4...v0.3.0)
4448

4549
**New features:**
46-
* search: implement whoosh search engine [\#63](https://github.com/rero/flask-wiki/pull/63) (by @PascalRepond)
50+
51+
- search: implement whoosh search engine [\#63](https://github.com/rero/flask-wiki/pull/63) (by @PascalRepond)
4752

4853
**Fixes:**
49-
* translations: fix flask-babel compatibility [\#62](https://github.com/rero/flask-wiki/pull/62) (by @PascalRepond)
50-
* chore: add pytest and fix styling errors [\#61](https://github.com/rero/flask-wiki/pull/61) (by @PascalRepond)
51-
* project: update dependencies [\#59](https://github.com/rero/flask-wiki/pull/59) (by @rerowep)
54+
55+
- translations: fix flask-babel compatibility [\#62](https://github.com/rero/flask-wiki/pull/62) (by @PascalRepond)
56+
- chore: add pytest and fix styling errors [\#61](https://github.com/rero/flask-wiki/pull/61) (by @PascalRepond)
57+
- project: update dependencies [\#59](https://github.com/rero/flask-wiki/pull/59) (by @rerowep)

scripts/test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ fi
6464

6565
function pretests () {
6666
info_msg "Check vulnerabilities:"
67+
# pip 25.2 GHSA-4xh5-x5gv-qwph
68+
add_exceptions "GHSA-4xh5-x5gv-qwph"
6769
# py 1.11.0 PYSEC-2022-42969
6870
add_exceptions " PYSEC-2022-42969"
6971
pip-audit ${pip_audit_exceptions}

0 commit comments

Comments
 (0)