Skip to content

Commit 5f2bd9a

Browse files
fix(deps): update all dependencies
1 parent c8c23c6 commit 5f2bd9a

5 files changed

Lines changed: 88 additions & 89 deletions

File tree

.github/workflows/devRun.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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
@@ -69,7 +69,7 @@ jobs:
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:

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
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

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
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"]
@@ -29,7 +29,7 @@ repos:
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 ]

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
[dependency-groups]
22
dev = [
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]
99
name = "selenium-python-example"
1010
description = "Selenium Python example project with pytest and Allure report"
1111
version = "0.1.0"
1212
dependencies = [
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"

0 commit comments

Comments
 (0)