Skip to content

Commit 358ccfd

Browse files
authored
Merge branch 'async' into aiohttp
2 parents 5828fd5 + 4340e61 commit 358ccfd

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ repos:
2626
- id: prettier
2727
args: ["--tab-width", "2"]
2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: v0.9.10
29+
rev: v0.11.12
3030
hooks:
3131
- id: ruff
3232
args: [--fix, --exit-non-zero-on-fix]
3333
- id: ruff-format
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v3.19.1
35+
rev: v3.20.0
3636
hooks:
3737
- id: pyupgrade
3838
args: [--py310-plus]

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
pythonpath = ["onvif"]
33
log_cli="true"
44
log_level="NOTSET"
5+
plugins = ["covdefaults"]
56

67

78
[build-system]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
ciso8601==2.3.2
33
httpx==0.28.1
44
zeep[async]==4.3.1
5-
yarl==1.18.3
5+
yarl==1.20.0

requirements_dev.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
-r requirements.txt
33

44
# Examples
5-
aiohttp==3.11.13
5+
aiohttp==3.12.10
66

77
# Dev
88
pytest==8.3.5
9-
pytest-cov==6.0.0
9+
pytest-cov==6.1.1
1010
pytest-asyncio==0.26.0
11+
covdefaults==2.3.0
1112

1213
# pre-commit
1314
pre-commit==4.2.0

0 commit comments

Comments
 (0)