Skip to content

Commit 5dfb69e

Browse files
authored
Merge pull request #471 from nirtal85/renovate/all
fix(deps): update all dependencies
2 parents fadd89d + 736d42d commit 5dfb69e

File tree

3 files changed

+65
-65
lines changed

3 files changed

+65
-65
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: no-commit-to-branch
1818
args: ['--branch', 'main']
1919
- repo: https://github.com/python-jsonschema/check-jsonschema
20-
rev: 0.33.1
20+
rev: 0.33.2
2121
hooks:
2222
- id: check-github-workflows
2323
args: ["--verbose"]
@@ -29,7 +29,7 @@ repos:
2929
stages: [commit-msg]
3030
args: []
3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.12.1
32+
rev: v0.12.7
3333
hooks:
3434
- id: ruff
3535
args: [ --fix ]

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[dependency-groups]
22
dev = [
3-
"ruff==0.12.1",
3+
"ruff==0.12.7",
44
"pre-commit==4.2.0"
55
]
66

@@ -9,12 +9,12 @@ 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.3",
12+
"allure-pytest==2.15.0",
1313
"assertpy==1.1",
1414
"dataclasses-json==0.6.7",
1515
"deprecated==1.2.18",
1616
"mailinator-python-client-2==0.0.8",
17-
"mysql-connector-python==9.3.0",
17+
"mysql-connector-python==9.4.0",
1818
"pytest==8.4.1",
1919
"pytest-base-url==2.1.0",
2020
"pytest-check==2.5.3",
@@ -25,7 +25,7 @@ dependencies = [
2525
"python-dotenv==1.1.1",
2626
"requests==2.32.4",
2727
"requests-toolbelt==1.0.0",
28-
"selenium==4.34.0",
28+
"selenium==4.34.2",
2929
"tenacity==9.1.2",
3030
"visual-regression-tracker==4.9.0",
3131
"xlrd==2.0.2"

0 commit comments

Comments
 (0)