File tree Expand file tree Collapse file tree 5 files changed +21
-21
lines changed Expand file tree Collapse file tree 5 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 : |
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
Original file line number Diff line number Diff line change 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"]
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' ]
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ version = "0.1.0"
1818[tool .poetry .dependencies ]
1919allure-pytest = " 2.13.5"
2020axe-playwright-python = " 0.1.4"
21- playwright = " 1.49.1 "
21+ playwright = " 1.50.0 "
2222pytest = " 8.3.4"
2323pytest-base-url = " 2.1.0"
2424pytest-playwright = " 0.7.0"
@@ -28,7 +28,7 @@ requests = "2.32.3"
2828
2929[tool .poetry .group .dev .dependencies ]
3030black = " 25.1.0"
31- isort = " 6.0.0 "
31+ isort = " 6.0.1 "
3232pre-commit = " 4.1.0"
3333
3434[tool .pytest .ini_options ]
You can’t perform that action at this time.
0 commit comments