Skip to content

Commit b6bb463

Browse files
build(deps): update mistune requirement in /server
Updates the requirements on [mistune](https://github.com/lepture/mistune) to permit the latest version. - [Release notes](https://github.com/lepture/mistune/releases) - [Changelog](https://github.com/lepture/mistune/blob/main/docs/changes.rst) - [Commits](lepture/mistune@v3.3.0...v3.3.2) --- updated-dependencies: - dependency-name: mistune dependency-version: 3.3.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b40cb41 commit b6bb463

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ packaging==26.2
1717
tzdata # IANA timezone database for zoneinfo on slim containers without system tzdata
1818
werkzeug>=3.1.8 # not directly required, pinned by Snyk to avoid a vulnerability
1919
zipp>=4.1.0 # not directly required, pinned by Snyk to avoid a vulnerability
20-
mistune>=3.3.0 # not directly required, pinned by Snyk to avoid a vulnerability
20+
mistune>=3.3.2 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)