File tree Expand file tree Collapse file tree 3 files changed +57
-57
lines changed
Expand file tree Collapse file tree 3 files changed +57
-57
lines changed 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.33.0
20+ rev : 0.33.1
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.11.12
32+ rev : v0.12.1
3333 hooks :
3434 - id : ruff
3535 args : [ --fix ]
4848 - id : validate-pyproject
4949 additional_dependencies : ["validate-pyproject-schema-store[all]"]
5050 - repo : https://github.com/macisamuele/language-formatters-pre-commit-hooks
51- rev : v2.14 .0
51+ rev : v2.15 .0
5252 hooks :
5353 - id : pretty-format-toml
5454 exclude : poetry.lock
Original file line number Diff line number Diff line change 11[dependency-groups ]
22dev = [
3- " ruff==0.11.12 " ,
3+ " ruff==0.12.1 " ,
44 " pre-commit==4.2.0"
55]
66
@@ -9,26 +9,26 @@ name = "selenium-python-example"
99description = " Selenium Python example project with pytest and Allure report"
1010version = " 0.1.0"
1111dependencies = [
12- " allure-pytest==2.14.2 " ,
12+ " allure-pytest==2.14.3 " ,
1313 " assertpy==1.1" ,
1414 " dataclasses-json==0.6.7" ,
1515 " deprecated==1.2.18" ,
1616 " mailinator-python-client-2==0.0.8" ,
1717 " mysql-connector-python==9.3.0" ,
18- " pytest==8.4.0 " ,
18+ " pytest==8.4.1 " ,
1919 " pytest-base-url==2.1.0" ,
2020 " pytest-check==2.5.3" ,
2121 " pytest-dependency==0.6.0" ,
2222 " pytest-ordering==0.6" ,
2323 " pytest-rerunfailures==15.1" ,
2424 " pytest-split==0.10.0" ,
25- " python-dotenv==1.1.0 " ,
25+ " python-dotenv==1.1.1 " ,
2626 " requests==2.32.4" ,
2727 " requests-toolbelt==1.0.0" ,
28- " selenium==4.33 .0" ,
28+ " selenium==4.34 .0" ,
2929 " tenacity==9.1.2" ,
3030 " visual-regression-tracker==4.9.0" ,
31- " xlrd==2.0.1 "
31+ " xlrd==2.0.2 "
3232]
3333requires-python = " ~=3.11"
3434
You can’t perform that action at this time.
0 commit comments