From befa0365edca75113a4b43a9df7bc5fe183f1020 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 15:15:39 +0000 Subject: [PATCH] Bump markupsafe from 3.0.1 to 3.0.2 (#11804) Bumps [markupsafe](https://github.com/pallets/markupsafe) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/markupsafe/compare/3.0.1...3.0.2) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ci-constraints-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-constraints-requirements.txt b/ci-constraints-requirements.txt index 01807e4876fe..d4841a487c11 100644 --- a/ci-constraints-requirements.txt +++ b/ci-constraints-requirements.txt @@ -102,7 +102,7 @@ jinja2==3.1.4 # via sphinx markupsafe==2.1.5 ; python_full_version < '3.9' # via jinja2 -markupsafe==3.0.1 ; python_full_version >= '3.9' +markupsafe==3.0.2 ; python_full_version >= '3.9' # via jinja2 mypy==1.4.1 ; python_full_version < '3.8' # via cryptography (pyproject.toml)