Skip to content

Commit 2876732

Browse files
authored
Merge pull request #472 from nirtal85/renovate/all
fix(deps): update all dependencies
2 parents 5dfb69e + 6d0985b commit 2876732

File tree

5 files changed

+50
-49
lines changed

5 files changed

+50
-49
lines changed

.github/workflows/devRun.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
timeout-minutes: 15
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- name: Set up Python
2323
uses: actions/setup-python@v5
2424
with:
@@ -53,7 +53,7 @@ jobs:
5353
echo CHROME_VERSION=$(google-chrome --product-version)
5454
} >> environment.properties
5555
- name: Generate Allure Report
56-
uses: simple-elf/allure-report-action@v1.12
56+
uses: simple-elf/allure-report-action@v1.13
5757
if: always()
5858
id: allure-report
5959
with:

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
EMAIL: ${{ secrets.EMAIL }}
4343
PASSWORD: ${{ secrets.PASSWORD }}
4444
steps:
45-
- uses: actions/checkout@v4
45+
- uses: actions/checkout@v5
4646
- name: Set up Python
4747
uses: actions/setup-python@v5
4848
with:

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-yaml
66
- id: check-toml
@@ -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.2
20+
rev: 0.33.3
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.7
32+
rev: v0.12.11
3333
hooks:
3434
- id: ruff
3535
args: [ --fix ]

pyproject.toml

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

77
[project]
@@ -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.1",
23+
"pytest-rerunfailures==16.0",
2424
"pytest-split==0.10.0",
2525
"python-dotenv==1.1.1",
26-
"requests==2.32.4",
26+
"requests==2.32.5",
2727
"requests-toolbelt==1.0.0",
28-
"selenium==4.34.2",
28+
"selenium==4.35.0",
2929
"tenacity==9.1.2",
3030
"visual-regression-tracker==4.9.0",
3131
"xlrd==2.0.2"

0 commit comments

Comments
 (0)