Skip to content

Commit fadd89d

Browse files
authored
Merge pull request #470 from nirtal85/renovate/all
fix(deps): update all dependencies
2 parents e98a4fa + 8f1a44c commit fadd89d

File tree

3 files changed

+57
-57
lines changed

3 files changed

+57
-57
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.0
20+
rev: 0.33.1
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.11.12
32+
rev: v0.12.1
3333
hooks:
3434
- id: ruff
3535
args: [ --fix ]
@@ -48,7 +48,7 @@ repos:
4848
- id: validate-pyproject
4949
additional_dependencies: ["validate-pyproject-schema-store[all]"]
5050
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
51-
rev: v2.14.0
51+
rev: v2.15.0
5252
hooks:
5353
- id: pretty-format-toml
5454
exclude: poetry.lock

pyproject.toml

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

@@ -9,26 +9,26 @@ 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.2",
12+
"allure-pytest==2.14.3",
1313
"assertpy==1.1",
1414
"dataclasses-json==0.6.7",
1515
"deprecated==1.2.18",
1616
"mailinator-python-client-2==0.0.8",
1717
"mysql-connector-python==9.3.0",
18-
"pytest==8.4.0",
18+
"pytest==8.4.1",
1919
"pytest-base-url==2.1.0",
2020
"pytest-check==2.5.3",
2121
"pytest-dependency==0.6.0",
2222
"pytest-ordering==0.6",
2323
"pytest-rerunfailures==15.1",
2424
"pytest-split==0.10.0",
25-
"python-dotenv==1.1.0",
25+
"python-dotenv==1.1.1",
2626
"requests==2.32.4",
2727
"requests-toolbelt==1.0.0",
28-
"selenium==4.33.0",
28+
"selenium==4.34.0",
2929
"tenacity==9.1.2",
3030
"visual-regression-tracker==4.9.0",
31-
"xlrd==2.0.1"
31+
"xlrd==2.0.2"
3232
]
3333
requires-python = "~=3.11"
3434

0 commit comments

Comments
 (0)