Skip to content

Commit 42410f6

Browse files
Update all dependencies
1 parent b2cd3be commit 42410f6

File tree

3 files changed

+21
-20
lines changed

3 files changed

+21
-20
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
args: ["--verbose"]
2424
- id: check-renovate
2525
- repo: https://github.com/compilerla/conventional-pre-commit
26-
rev: v4.1.0
26+
rev: v4.2.0
2727
hooks:
2828
- id: conventional-pre-commit
2929
stages: [commit-msg]

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "selenium-python-example"
99
description = "Selenium Python example project with pytest and Allure report"
1010
version = "0.1.0"
1111
dependencies = [
12-
"allure-pytest==2.14.1",
12+
"allure-pytest==2.14.2",
1313
"assertpy==1.1",
1414
"dataclasses-json==0.6.7",
1515
"deprecated==1.2.18",
@@ -20,12 +20,12 @@ dependencies = [
2020
"pytest-check==2.5.3",
2121
"pytest-dependency==0.6.0",
2222
"pytest-ordering==0.6",
23-
"pytest-rerunfailures==15.0",
23+
"pytest-rerunfailures==15.1",
2424
"pytest-split==0.10.0",
2525
"python-dotenv==1.1.0",
2626
"requests==2.32.3",
2727
"requests-toolbelt==1.0.0",
28-
"selenium==4.31.0",
28+
"selenium==4.32.0",
2929
"tenacity==9.1.2",
3030
"visual-regression-tracker==4.9.0",
3131
"xlrd==2.0.1"

uv.lock

Lines changed: 17 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)