File tree Expand file tree Collapse file tree 5 files changed +279
-279
lines changed
Expand file tree Collapse file tree 5 files changed +279
-279
lines changed Original file line number Diff line number Diff line change 2020 with :
2121 python-version : ' 3.13'
2222 - name : Set up uv
23- uses : astral-sh/setup-uv@v5
23+ uses : astral-sh/setup-uv@v6
2424 with :
2525 enable-cache : true
2626 - name : Create venv & install dependencies
Original file line number Diff line number Diff line change 4444 with :
4545 python-version : ' 3.13'
4646 - name : Set up uv
47- uses : astral-sh/setup-uv@v5
47+ uses : astral-sh/setup-uv@v6
4848 with :
4949 enable-cache : true
5050 - name : Create venv & install dependencies
Original file line number Diff line number Diff line change @@ -17,19 +17,19 @@ repos:
1717 - id : no-commit-to-branch
1818 args : ['--branch', 'main']
1919 - repo : https://github.com/python-jsonschema/check-jsonschema
20- rev : 0.32.1
20+ rev : 0.33.0
2121 hooks :
2222 - id : check-github-workflows
2323 args : ["--verbose"]
2424 - id : check-renovate
2525 - repo : https://github.com/compilerla/conventional-pre-commit
26- rev : v4.0 .0
26+ rev : v4.1 .0
2727 hooks :
2828 - id : conventional-pre-commit
2929 stages : [commit-msg]
3030 args : []
3131 - repo : https://github.com/astral-sh/ruff-pre-commit
32- rev : v0.11.4
32+ rev : v0.11.8
3333 hooks :
3434 - id : ruff
3535 args : [ --fix ]
Original file line number Diff line number Diff line change @@ -4,19 +4,19 @@ requires = ["hatchling"]
44
55[dependency-groups ]
66dev = [
7- " ruff==0.11.4 " ,
7+ " ruff==0.11.8 " ,
88 " pre-commit==4.2.0"
99]
1010
1111[project ]
1212authors = [{name = " Nir Tal" , email = " nirt236@gmail.com" }]
1313dependencies = [
14- " allure-pytest==2.14.0 " ,
14+ " allure-pytest==2.14.1 " ,
1515 " assertpy==1.1" ,
1616 " dataclasses-json==0.6.7" ,
1717 " deprecated==1.2.18" ,
1818 " mailinator-python-client-2==0.0.8" ,
19- " mysql-connector-python==9.2 .0" ,
19+ " mysql-connector-python==9.3 .0" ,
2020 " pytest==8.3.5" ,
2121 " pytest-base-url==2.1.0" ,
2222 " pytest-check==2.5.3" ,
You can’t perform that action at this time.
0 commit comments