mirror of
https://github.com/openzim/zimit.git
synced 2025-09-22 11:22:23 -04:00
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] <support@github.com>
This commit is contained in:
parent
ef12d01958
commit
37c4beda6a
@ -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]",
|
||||
|
Loading…
x
Reference in New Issue
Block a user