Skip to content

Commit df65cd2

Browse files
authored
Merge pull request #474 from nirtal85/renovate/all
fix(deps): update all dependencies
2 parents caac7ba + 0197b95 commit df65cd2

File tree

5 files changed

+93
-88
lines changed

5 files changed

+93
-88
lines changed

.github/workflows/devRun.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
- name: Set up Python
2323
uses: actions/setup-python@v6
2424
with:
25-
python-version: '3.13'
25+
python-version: '3.14'
2626
- name: Set up uv
27-
uses: astral-sh/setup-uv@v6
27+
uses: astral-sh/setup-uv@v7
2828
with:
2929
enable-cache: true
3030
- name: Create venv & install dependencies

.github/workflows/nightly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
- name: Set up Python
4747
uses: actions/setup-python@v6
4848
with:
49-
python-version: '3.13'
49+
python-version: '3.14'
5050
- name: Set up uv
51-
uses: astral-sh/setup-uv@v6
51+
uses: astral-sh/setup-uv@v7
5252
with:
5353
enable-cache: true
5454
- name: Create venv & install dependencies
@@ -63,7 +63,7 @@ jobs:
6363
--group ${{ matrix.group }}
6464
- name: Upload Test Results
6565
if: always()
66-
uses: actions/upload-artifact@v4
66+
uses: actions/upload-artifact@v5
6767
with:
6868
name: allure-results-${{ matrix.group }}
6969
path: allure-results

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.34.0
20+
rev: 0.34.1
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.2.0
26+
rev: v4.3.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.13.2
32+
rev: v0.14.3
3333
hooks:
3434
- id: ruff
3535
args: [ --fix ]

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[dependency-groups]
22
dev = [
3-
"ruff==0.13.2",
3+
"ruff==0.14.3",
44
"pre-commit==4.3.0"
55
]
66

@@ -12,20 +12,20 @@ dependencies = [
1212
"allure-pytest==2.15.0",
1313
"assertpy==1.1",
1414
"dataclasses-json==0.6.7",
15-
"deprecated==1.2.18",
15+
"deprecated==1.3.1",
1616
"mailinator-python-client-2==0.0.8",
17-
"mysql-connector-python==9.4.0",
17+
"mysql-connector-python==9.5.0",
1818
"pytest==8.4.2",
1919
"pytest-base-url==2.1.0",
20-
"pytest-check==2.5.4",
20+
"pytest-check==2.6.0",
2121
"pytest-dependency==0.6.0",
2222
"pytest-ordering==0.6",
23-
"pytest-rerunfailures==16.0.1",
23+
"pytest-rerunfailures==16.1",
2424
"pytest-split==0.10.0",
25-
"python-dotenv==1.1.1",
25+
"python-dotenv==1.2.1",
2626
"requests==2.32.5",
2727
"requests-toolbelt==1.0.0",
28-
"selenium==4.35.0",
28+
"selenium==4.38.0",
2929
"tenacity==9.1.2",
3030
"visual-regression-tracker==4.9.0",
3131
"xlrd==2.0.2"

0 commit comments

Comments
 (0)