From d5ca72d129447e95525e574b7db780c3693b0de8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 05:17:59 +0000 Subject: [PATCH] Bump markupsafe from 2.0.1 to 3.0.0 in /glean-core/python Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.0.1 to 3.0.0. - [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/2.0.1...3.0.0) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- glean-core/python/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glean-core/python/requirements_dev.txt b/glean-core/python/requirements_dev.txt index 3526752b0b..ccd514d6ab 100644 --- a/glean-core/python/requirements_dev.txt +++ b/glean-core/python/requirements_dev.txt @@ -5,7 +5,7 @@ mypy==1.4.1 pdoc3==0.10.0 pip pytest-localserver==0.8.0 -MarkupSafe==2.0.1 +MarkupSafe==3.0.0 pytest-runner==5.3.2 pytest==8.2.2 ruff==0.6.1