File tree Expand file tree Collapse file tree 5 files changed +25
-25
lines changed Expand file tree Collapse file tree 5 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 1515 - name : Set up Python
1616 uses : actions/setup-python@v5
1717 with :
18- python-version : ' 3.12 '
18+ python-version : ' 3.13 '
1919 - name : Install Poetry
2020 uses : snok/install-poetry@v1
2121 with :
4444 if : success()
4545 - name : Store Playwright Traces and Videos From Failed Tests
4646 if : failure()
47- uses : actions/upload-artifact@v4.6.1
47+ uses : actions/upload-artifact@v4.6.2
4848 id : artifact-upload-step
4949 with :
5050 name : test-results
Original file line number Diff line number Diff line change 3939 - name : Set up Python
4040 uses : actions/setup-python@v5
4141 with :
42- python-version : ' 3.12 '
42+ python-version : ' 3.13 '
4343 - name : Install Poetry
4444 uses : snok/install-poetry@v1
4545 with :
6969 --group ${{ matrix.group }}
7070 - name : Upload test results and artifacts
7171 if : always()
72- uses : actions/upload-artifact@v4.6.1
72+ uses : actions/upload-artifact@v4.6.2
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.1
97+ uses : actions/upload-artifact@v4.6.2
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.2
27+ rev : 0.32.1
2828 hooks :
2929 - id : check-github-workflows
3030 args : ["--verbose"]
6969 additional_dependencies :
7070 - tomli
7171 - repo : https://github.com/abravalheri/validate-pyproject
72- rev : v0.23
72+ rev : v0.24.1
7373 hooks :
7474 - id : validate-pyproject
7575 # Optional extra validations from SchemaStore:
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ version = "0.1.0"
1818[tool .poetry .dependencies ]
1919allure-pytest = " 2.13.5"
2020axe-playwright-python = " 0.1.4"
21- playwright = " 1.50 .0"
22- pytest = " 8.3.4 "
21+ playwright = " 1.51 .0"
22+ pytest = " 8.3.5 "
2323pytest-base-url = " 2.1.0"
2424pytest-playwright = " 0.7.0"
2525pytest-split = " 0.10.0"
@@ -29,7 +29,7 @@ requests = "2.32.3"
2929[tool .poetry .group .dev .dependencies ]
3030black = " 25.1.0"
3131isort = " 6.0.1"
32- pre-commit = " 4.1 .0"
32+ pre-commit = " 4.2 .0"
3333
3434[tool .pytest .ini_options ]
3535addopts = [
You can’t perform that action at this time.
0 commit comments