Skip to content

Commit 91d44a2

Browse files
authored
Merge pull request #191 from nirtal85/renovate/all
fix(deps): update all dependencies
2 parents 25b26a3 + e173c8a commit 91d44a2

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

.github/workflows/devRun.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
if: success()
4545
- name: Store Playwright Traces and Videos From Failed Tests
4646
if: failure()
47-
uses: actions/upload-artifact@v4.6.0
47+
uses: actions/upload-artifact@v4.6.1
4848
id: artifact-upload-step
4949
with:
5050
name: test-results

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
--group ${{ matrix.group }}
7070
- name: Upload test results and artifacts
7171
if: always()
72-
uses: actions/upload-artifact@v4.6.0
72+
uses: actions/upload-artifact@v4.6.1
7373
with:
7474
name: test-results-${{ matrix.group }}
7575
path: |
@@ -94,7 +94,7 @@ jobs:
9494
cp -r $dir/* merged-test-results/
9595
done
9696
- name: Upload Merged Test Results
97-
uses: actions/upload-artifact@v4.6.0
97+
uses: actions/upload-artifact@v4.6.1
9898
id: merged-artifact-upload
9999
with:
100100
name: merged-test-results

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
- id: no-commit-to-branch
2525
args: [ '--branch', 'main' ]
2626
- repo: https://github.com/python-jsonschema/check-jsonschema
27-
rev: 0.31.1
27+
rev: 0.31.2
2828
hooks:
2929
- id: check-github-workflows
3030
args: ["--verbose"]
@@ -54,7 +54,7 @@ repos:
5454
'--ignore-init-module-imports',
5555
]
5656
- repo: https://github.com/PyCQA/isort
57-
rev: 6.0.0
57+
rev: 6.0.1
5858
hooks:
5959
- id: isort
6060
args: [ '--settings-file', 'pyproject.toml' ]

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ version = "0.1.0"
1818
[tool.poetry.dependencies]
1919
allure-pytest = "2.13.5"
2020
axe-playwright-python = "0.1.4"
21-
playwright = "1.49.1"
21+
playwright = "1.50.0"
2222
pytest = "8.3.4"
2323
pytest-base-url = "2.1.0"
2424
pytest-playwright = "0.7.0"
@@ -28,7 +28,7 @@ requests = "2.32.3"
2828

2929
[tool.poetry.group.dev.dependencies]
3030
black = "25.1.0"
31-
isort = "6.0.0"
31+
isort = "6.0.1"
3232
pre-commit = "4.1.0"
3333

3434
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)