Skip to content

Commit 3700de5

Browse files
author
Joakim Nordling
authored
Update FastAPI and other dependencies (#46)
- Update `fastapi`, `datamodel-code-generator` and `pydantic`, as well as a bunch of dev dependencies. - `datamodel-code-generator` pulls in `jinja2` as a dependency, so added a `.skjoldignore` for it, as there's no fix available for the "CVE" in it. - Added `asyncio_default_fixture_loop_scope="function"` to get rid of a warning after updating `pytest-asyncio` which is now unhappy if you don't specify the default fixture scope.
1 parent ef984ce commit 3700de5

5 files changed

Lines changed: 195 additions & 744 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repos:
3636
- id: prettier
3737
exclude: "^openapi_to_fastapi/tests/__snapshots__/"
3838
- repo: https://github.com/pycqa/flake8
39-
rev: 7.0.0
39+
rev: 7.1.1
4040
hooks:
4141
- id: flake8
4242
- repo: https://github.com/twu/skjold

.skjoldignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
ignore:
2+
CVE-2019-8341:
3+
- expires: 2025-01-01T00:00:00+0000
4+
package: jinja2
5+
reason: 'No fix available'
6+
version: '1.1'

0 commit comments

Comments
 (0)