Skip to content

Commit f2f8d9b

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents e1f7409 + 2372a69 commit f2f8d9b

File tree

3 files changed

+57
-47
lines changed

3 files changed

+57
-47
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
stages: [commit-msg]
3030
args: []
3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.11.8
32+
rev: v0.11.12
3333
hooks:
3434
- id: ruff
3535
args: [ --fix ]

pyproject.toml

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

@@ -15,17 +15,17 @@ dependencies = [
1515
"deprecated==1.2.18",
1616
"mailinator-python-client-2==0.0.8",
1717
"mysql-connector-python==9.3.0",
18-
"pytest==8.3.5",
18+
"pytest==8.4.0",
1919
"pytest-base-url==2.1.0",
2020
"pytest-check==2.5.3",
2121
"pytest-dependency==0.6.0",
2222
"pytest-ordering==0.6",
2323
"pytest-rerunfailures==15.1",
2424
"pytest-split==0.10.0",
2525
"python-dotenv==1.1.0",
26-
"requests==2.32.3",
26+
"requests==2.32.4",
2727
"requests-toolbelt==1.0.0",
28-
"selenium==4.32.0",
28+
"selenium==4.33.0",
2929
"tenacity==9.1.2",
3030
"visual-regression-tracker==4.9.0",
3131
"xlrd==2.0.1"

0 commit comments

Comments
 (0)