Skip to content

Commit fd78bde

Browse files
authored
Merge pull request #494 from nirtal85/renovate/all
fix(deps): update all dependencies
2 parents b908e87 + 671ddcc commit fd78bde

4 files changed

Lines changed: 45 additions & 45 deletions

File tree

.github/workflows/devRun.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: npx -y allure generate allure-results --output allure-report
6464
- name: Allure PR summary
6565
if: always()
66-
uses: allure-framework/allure-action@v0.6.6
66+
uses: allure-framework/allure-action@v0.7.0
6767
with:
6868
report-directory: "./allure-report"
6969
github-token: ${{ secrets.GITHUB_TOKEN }}

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
stages: [commit-msg]
3030
args: []
3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.15.12
32+
rev: v0.15.15
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,8 +1,8 @@
11
[dependency-groups]
22
dev = [
3-
"ruff==0.15.12",
3+
"ruff==0.15.15",
44
"pre-commit==4.6.0",
5-
"pytest-flakiness==0.18.0",
5+
"pytest-flakiness==1.0.0",
66
]
77

88
[project]
@@ -21,12 +21,12 @@ dependencies = [
2121
"pytest-check==2.8.0",
2222
"pytest-dependency==0.6.1",
2323
"pytest-ordering==0.6",
24-
"pytest-rerunfailures==16.1",
24+
"pytest-rerunfailures==16.3",
2525
"pytest-split==0.11.0",
2626
"python-dotenv==1.2.2",
27-
"requests==2.33.1",
27+
"requests==2.34.2",
2828
"requests-toolbelt==1.0.0",
29-
"selenium==4.43.0",
29+
"selenium==4.44.0",
3030
"tenacity==9.1.4",
3131
"visual-regression-tracker==4.9.0",
3232
"xlrd==2.0.2"

uv.lock

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

0 commit comments

Comments
 (0)