From 37c4beda6a6d1411d85d44e64fcc8cb565d541b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 13:31:28 +0000 Subject: [PATCH] Bump the production-dependencies group with 3 updates Bumps the production-dependencies group with 3 updates: [ruff](https://github.com/astral-sh/ruff), [pyright](https://github.com/RobertCraigie/pyright-python) and [selenium](https://github.com/SeleniumHQ/Selenium). 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) Updates `selenium` from 4.23.0 to 4.24.0 - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.23.0...selenium-4.24.0) --- updated-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 - dependency-name: selenium dependency-type: direct:production update-type: version-update:semver-minor 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 dac34c9..3cb89b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,10 +27,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", @@ -39,7 +39,7 @@ test = [ dev = [ "pre-commit==3.8.0", "debugpy==1.8.5", - "selenium==4.23.0", # used in daily tests, convenient for dev purpose (autocompletion) + "selenium==4.24.0", # used in daily tests, convenient for dev purpose (autocompletion) "zimit[scripts]", "zimit[lint]", "zimit[test]",