From 42093bd8d86a303240d59ac16185f078cc781f8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:01:20 +0000 Subject: [PATCH] build(deps-dev): bump selectolax from 0.3.21 to 0.3.26 Bumps [selectolax](https://github.com/rushter/selectolax) from 0.3.21 to 0.3.26. - [Release notes](https://github.com/rushter/selectolax/releases) - [Changelog](https://github.com/rushter/selectolax/blob/master/CHANGES.rst) - [Commits](https://github.com/rushter/selectolax/compare/v0.3.21...v0.3.26) --- updated-dependencies: - dependency-name: selectolax dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 18464dd5..a46f930d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -91,7 +91,7 @@ pyyaml==6.0.1 # via pre-commit requests==2.32.3 # via -r requirements-dev.in -selectolax==0.3.21 +selectolax==0.3.26 # via -r requirements-dev.in sqlparse==0.5.0 # via django