File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1818 timeout-minutes : 15
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 - name : Set up Python
2323 uses : actions/setup-python@v6
2424 with :
Original file line number Diff line number Diff line change 4242 EMAIL : ${{ secrets.EMAIL }}
4343 PASSWORD : ${{ secrets.PASSWORD }}
4444 steps :
45- - uses : actions/checkout@v5
45+ - uses : actions/checkout@v6
4646 - name : Set up Python
4747 uses : actions/setup-python@v6
4848 with :
Original file line number Diff line number Diff line change 1717 - id : no-commit-to-branch
1818 args : ['--branch', 'main']
1919 - repo : https://github.com/python-jsonschema/check-jsonschema
20- rev : 0.34.1
20+ rev : 0.35.0
2121 hooks :
2222 - id : check-github-workflows
2323 args : ["--verbose"]
2929 stages : [commit-msg]
3030 args : []
3131 - repo : https://github.com/astral-sh/ruff-pre-commit
32- rev : v0.14.3
32+ rev : v0.14.8
3333 hooks :
3434 - id : ruff
3535 args : [ --fix ]
Original file line number Diff line number Diff line change 11[dependency-groups ]
22dev = [
3- " ruff==0.14.3 " ,
4- " pre-commit==4.3 .0"
3+ " ruff==0.14.8 " ,
4+ " pre-commit==4.5 .0"
55]
66
77[project ]
88name = " selenium-python-example"
99description = " Selenium Python example project with pytest and Allure report"
1010version = " 0.1.0"
1111dependencies = [
12- " allure-pytest==2.15.0 " ,
12+ " allure-pytest==2.15.2 " ,
1313 " assertpy==1.1" ,
1414 " dataclasses-json==0.6.7" ,
1515 " deprecated==1.3.1" ,
1616 " mailinator-python-client-2==0.0.8" ,
1717 " mysql-connector-python==9.5.0" ,
18- " pytest==8.4.2 " ,
18+ " pytest==9.0.1 " ,
1919 " pytest-base-url==2.1.0" ,
20- " pytest-check==2.6.0 " ,
20+ " pytest-check==2.6.2 " ,
2121 " pytest-dependency==0.6.0" ,
2222 " pytest-ordering==0.6" ,
2323 " pytest-rerunfailures==16.1" ,
You can’t perform that action at this time.
0 commit comments