File tree Expand file tree Collapse file tree 5 files changed +30
-30
lines changed Expand file tree Collapse file tree 5 files changed +30
-30
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 :
Original file line number Diff line number Diff line change 4242 - name : Set up Python
4343 uses : actions/setup-python@v5
4444 with :
45- python-version : ' 3.12 '
45+ python-version : ' 3.13 '
4646 - name : Install Poetry
4747 uses : snok/install-poetry@v1
4848 with :
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 @@ -21,28 +21,28 @@ allure-pytest = "2.13.5"
2121assertpy = " 1.1"
2222dataclasses-json = " 0.6.7"
2323deprecated = " 1.2.18"
24- mailinator-python-client-2 = " 0.0.6 "
24+ mailinator-python-client-2 = " 0.0.8 "
2525mysql-connector-python = " 9.2.0"
26- pytest = " 8.3.4 "
26+ pytest = " 8.3.5 "
2727pytest-base-url = " 2.1.0"
28- pytest-check = " 2.5.0 "
28+ pytest-check = " 2.5.2 "
2929pytest-dependency = " 0.6.0"
3030pytest-ordering = " 0.6"
3131pytest-rerunfailures = " 15.0"
3232pytest-split = " 0.10.0"
3333python = " ^3.11"
34- python-dotenv = " 1.0.1 "
34+ python-dotenv = " 1.1.0 "
3535requests = " 2.32.3"
3636requests-toolbelt = " 1.0.0"
37- selenium = " 4.29 .0"
37+ selenium = " 4.30 .0"
3838tenacity = " 9.0.0"
3939visual-regression-tracker = " 4.9.0"
4040xlrd = " 2.0.1"
4141
4242[tool .poetry .group .dev .dependencies ]
4343black = " 25.1.0"
4444isort = " 6.0.1"
45- pre-commit = " 4.1 .0"
45+ pre-commit = " 4.2 .0"
4646
4747[tool .pytest .ini_options ]
4848addopts = [
You can’t perform that action at this time.
0 commit comments