Skip to content

Commit c73bd8e

Browse files
authored
Merge pull request #187 from nirtal85/renovate/all
fix(deps): update all dependencies
2 parents 8a99ba3 + 39fef7a commit c73bd8e

File tree

5 files changed

+24
-24
lines changed

5 files changed

+24
-24
lines changed

.github/workflows/devRun.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
if: success()
4343
- name: Store Playwright Traces and Videos From Failed Tests
4444
if: failure()
45-
uses: actions/upload-artifact@v4.4.3
45+
uses: actions/upload-artifact@v4.5.0
4646
id: artifact-upload-step
4747
with:
4848
name: test-results

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
--group ${{ matrix.group }}
6868
- name: Upload test results and artifacts
6969
if: always()
70-
uses: actions/upload-artifact@v4.4.3
70+
uses: actions/upload-artifact@v4.5.0
7171
with:
7272
name: test-results-${{ matrix.group }}
7373
path: |
@@ -92,7 +92,7 @@ jobs:
9292
cp -r $dir/* merged-test-results/
9393
done
9494
- name: Upload Merged Test Results
95-
uses: actions/upload-artifact@v4.4.3
95+
uses: actions/upload-artifact@v4.5.0
9696
id: merged-artifact-upload
9797
with:
9898
name: merged-test-results

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
args: ["--verbose"]
3131
- id: check-renovate
3232
- repo: https://github.com/compilerla/conventional-pre-commit
33-
rev: v3.6.0
33+
rev: v4.0.0
3434
hooks:
3535
- id: conventional-pre-commit
3636
stages: [commit-msg]
@@ -59,7 +59,7 @@ repos:
5959
- id: isort
6060
args: [ '--settings-file', 'pyproject.toml' ]
6161
- repo: https://github.com/asottile/pyupgrade
62-
rev: v3.19.0
62+
rev: v3.19.1
6363
hooks:
6464
- id: pyupgrade
6565
- repo: https://github.com/codespell-project/codespell

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ 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.0"
22-
pytest = "8.3.3"
21+
playwright = "1.49.1"
22+
pytest = "8.3.4"
2323
pytest-base-url = "2.1.0"
24-
pytest-playwright = "0.5.2"
24+
pytest-playwright = "0.6.2"
2525
pytest-split = "0.10.0"
2626
python = "^3.11"
2727
requests = "2.32.3"

0 commit comments

Comments
 (0)