File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 with :
3131 python-version : " 3.14"
3232 - name : Set up uv
33- uses : astral-sh/setup-uv@v7
33+ uses : astral-sh/setup-uv@v8.1.0
3434 with :
3535 enable-cache : true
3636 - name : Create venv & install dependencies
6969 github-token : ${{ secrets.GITHUB_TOKEN }}
7070 - name : Upload Pages artifact
7171 if : always()
72- uses : actions/upload-pages-artifact@v4
72+ uses : actions/upload-pages-artifact@v5
7373 with :
7474 path : allure-report
7575 deploy_pages :
Original file line number Diff line number Diff line change 5252 with :
5353 python-version : " 3.14"
5454 - name : Set up uv
55- uses : astral-sh/setup-uv@v7
55+ uses : astral-sh/setup-uv@v8.1.0
5656 with :
5757 enable-cache : true
5858 - name : Create venv & install dependencies
@@ -106,7 +106,7 @@ jobs:
106106 run : npx -y allure generate allure-results --output allure-report
107107 - name : Upload Pages artifact
108108 if : always()
109- uses : actions/upload-pages-artifact@v4
109+ uses : actions/upload-pages-artifact@v5
110110 with :
111111 path : allure-report
112112
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.37.1
20+ rev : 0.37.2
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.15.9
32+ rev : v0.15.12
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.15.9 " ,
4- " pre-commit==4.5.1 " ,
5- " pytest-flakiness==0.17 .0" ,
3+ " ruff==0.15.12 " ,
4+ " pre-commit==4.6.0 " ,
5+ " pytest-flakiness==0.18 .0" ,
66]
77
88[project ]
99name = " selenium-python-example"
1010description = " Selenium Python example project with pytest and Allure report"
1111version = " 0.1.0"
1212dependencies = [
13- " allure-pytest==2.15.3 " ,
13+ " allure-pytest==2.16.0 " ,
1414 " assertpy==1.1" ,
1515 " dataclasses-json==0.6.7" ,
1616 " deprecated==1.3.1" ,
17- " mailinator-python-client-2==0 .0.8" ,
18- " mysql-connector-python==9.6 .0" ,
17+ " mailinator-python-client-2==1 .0.8" ,
18+ " mysql-connector-python==9.7 .0" ,
1919 " pytest==9.0.3" ,
2020 " pytest-base-url==2.1.0" ,
2121 " pytest-check==2.8.0" ,
@@ -24,9 +24,9 @@ dependencies = [
2424 " pytest-rerunfailures==16.1" ,
2525 " pytest-split==0.11.0" ,
2626 " python-dotenv==1.2.2" ,
27- " requests==2.33.0 " ,
27+ " requests==2.33.1 " ,
2828 " requests-toolbelt==1.0.0" ,
29- " selenium==4.41 .0" ,
29+ " selenium==4.43 .0" ,
3030 " tenacity==9.1.4" ,
3131 " visual-regression-tracker==4.9.0" ,
3232 " xlrd==2.0.2"
You can’t perform that action at this time.
0 commit comments