Skip to content

Commit 35363c4

Browse files
fix(deps): update all dependencies
1 parent 1544566 commit 35363c4

5 files changed

Lines changed: 83 additions & 82 deletions

File tree

.github/workflows/monthly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ jobs:
5555
- name: Checkout
5656
uses: actions/checkout@v7
5757
- name: Set up Python
58-
uses: actions/setup-python@v6
58+
uses: actions/setup-python@v7
5959
with:
6060
python-version: "3.14"
6161
- name: Set up uv
62-
uses: astral-sh/setup-uv@v8.2.0
62+
uses: astral-sh/setup-uv@v10.0.1
6363
with:
6464
enable-cache: true
6565
- name: Install dependencies

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v7
2828
- name: Set up Python
29-
uses: actions/setup-python@v6
29+
uses: actions/setup-python@v7
3030
with:
3131
python-version: "3.14"
3232
- name: Set up uv
33-
uses: astral-sh/setup-uv@v8.2.0
33+
uses: astral-sh/setup-uv@v10.0.1
3434
with:
3535
enable-cache: true
3636
- name: Install dependencies
@@ -70,7 +70,7 @@ jobs:
7070
run: npx -y allure generate allure-results --output allure-report
7171
- name: Allure PR summary
7272
if: always()
73-
uses: allure-framework/allure-action@v0.8.0
73+
uses: allure-framework/allure-action@v0.9.0
7474
with:
7575
report-directory: "./allure-report"
7676
github-token: ${{ secrets.GITHUB_TOKEN }}

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.4
20+
rev: 0.38.0
2121
hooks:
2222
- id: check-github-workflows
2323
args: ["--verbose"]
@@ -29,15 +29,15 @@ repos:
2929
stages: [commit-msg]
3030
args: []
3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.15.20
32+
rev: v0.16.3
3333
hooks:
3434
- id: ruff
3535
args: [ --fix ]
3636
continue_on_error: true
3737
- id: ruff-format
3838
continue_on_error: true
3939
- repo: https://github.com/codespell-project/codespell
40-
rev: v2.4.2
40+
rev: v2.4.3
4141
hooks:
4242
- id: codespell
4343
additional_dependencies:

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[dependency-groups]
22
dev = [
3-
"ruff==0.15.20",
4-
"pre-commit==4.6.0",
5-
"pytest-flakiness==1.1.0",
3+
"ruff==0.16.3",
4+
"pre-commit==4.6.2",
5+
"pytest-flakiness==1.2.0",
66
]
77

88
[project]
@@ -18,18 +18,18 @@ dependencies = [
1818
"dataclasses-json==0.6.7",
1919
"deprecated==1.3.1",
2020
"mailinator-python-client-2==1.0.8",
21-
"mysql-connector-python==9.7.0",
21+
"mysql-connector-python==26.7.0",
2222
"pytest==9.1.1",
2323
"pytest-base-url==2.1.0",
24-
"pytest-check==2.8.0",
24+
"pytest-check==2.9.1",
2525
"pytest-dependency==0.6.1",
2626
"pytest-ordering==0.6",
27-
"pytest-rerunfailures==16.3",
27+
"pytest-rerunfailures==16.5",
2828
"pytest-split==0.11.0",
2929
"python-dotenv==1.2.2",
3030
"requests==2.34.2",
3131
"requests-toolbelt==1.0.0",
32-
"selenium==4.45.0",
32+
"selenium==4.47.0",
3333
"tenacity==9.1.4",
3434
"visual-regression-tracker==4.9.0",
3535
"xlrd==2.0.2"

0 commit comments

Comments
 (0)