Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ version: 2
updates:
- package-ecosystem: "uv"
directory: "/"
# Only update uv.lock; never raise the abstract lower bounds in
# pyproject.toml. As a library we want a wide compatibility range for
# downstream consumers (e.g. Home Assistant), while still testing against
# the latest pinned versions via the lockfile.
versioning-strategy: lockfile-only
schedule:
Comment thread
iMicknl marked this conversation as resolved.
interval: "weekly"
time: "08:00"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ packages = [
{ include = "pyoverkiz" }
]
dependencies = [
"aiohttp>=3.14.0,<4.0.0",
"aiohttp>=3.10.3,<4.0.0",
Comment thread
iMicknl marked this conversation as resolved.
"backoff<3.0,>=1.10.0",
"attrs>=22.2",
"cattrs>=23.2",
]

[project.optional-dependencies]
nexity = [
"boto3>=1.43.22,<2.0.0",
"boto3>=1.18.59,<2.0.0",
"warrant-lite<2.0.0,>=1.0.4",
]
docs = [
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading