From f0b3a23e26a108cd43099890131bf8a67510a716 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 13:30:15 +0000 Subject: [PATCH] Bump the production-dependencies group with 3 updates Bumps the production-dependencies group with 3 updates: [lxml](https://github.com/lxml/lxml), [ruff](https://github.com/astral-sh/ruff) and [pyright](https://github.com/RobertCraigie/pyright-python). Updates `lxml` from 5.2.2 to 5.3.0 - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-5.2.2...lxml-5.3.0) Updates `ruff` from 0.5.7 to 0.6.3 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.5.7...0.6.3) Updates `pyright` from 1.1.375 to 1.1.378 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.375...v1.1.378) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3cec579..f714b00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "cdxj_indexer==1.4.5", "tinycss2==1.3.0", "beautifulsoup4==4.12.3", # used to parse base href - "lxml==5.2.2", # used by beautifulsoup4 for parsing html + "lxml==5.3.0", # used by beautifulsoup4 for parsing html "python-dateutil==2.9.0.post0", ] dynamic = ["authors", "classifiers", "keywords", "license", "version", "urls"] @@ -41,10 +41,10 @@ scripts = [ ] lint = [ "black==24.8.0", - "ruff==0.5.7", + "ruff==0.6.3", ] check = [ - "pyright==1.1.375", + "pyright==1.1.378", ] test = [ "pytest==8.3.2",