Skip to content

Commit 51a111d

Browse files
fix(deps): update all dependencies
1 parent df65cd2 commit 51a111d

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/devRun.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
timeout-minutes: 15
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
- name: Set up Python
2323
uses: actions/setup-python@v6
2424
with:

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
EMAIL: ${{ secrets.EMAIL }}
4343
PASSWORD: ${{ secrets.PASSWORD }}
4444
steps:
45-
- uses: actions/checkout@v5
45+
- uses: actions/checkout@v6
4646
- name: Set up Python
4747
uses: actions/setup-python@v6
4848
with:

.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.34.1
20+
rev: 0.35.0
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.14.3
32+
rev: v0.14.8
3333
hooks:
3434
- id: ruff
3535
args: [ --fix ]

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
[dependency-groups]
22
dev = [
3-
"ruff==0.14.3",
4-
"pre-commit==4.3.0"
3+
"ruff==0.14.8",
4+
"pre-commit==4.5.0"
55
]
66

77
[project]
88
name = "selenium-python-example"
99
description = "Selenium Python example project with pytest and Allure report"
1010
version = "0.1.0"
1111
dependencies = [
12-
"allure-pytest==2.15.0",
12+
"allure-pytest==2.15.2",
1313
"assertpy==1.1",
1414
"dataclasses-json==0.6.7",
1515
"deprecated==1.3.1",
1616
"mailinator-python-client-2==0.0.8",
1717
"mysql-connector-python==9.5.0",
18-
"pytest==8.4.2",
18+
"pytest==9.0.1",
1919
"pytest-base-url==2.1.0",
20-
"pytest-check==2.6.0",
20+
"pytest-check==2.6.2",
2121
"pytest-dependency==0.6.0",
2222
"pytest-ordering==0.6",
2323
"pytest-rerunfailures==16.1",

0 commit comments

Comments
 (0)