Skip to content

Commit 6aea055

Browse files
committed
oppdater avhengigheter
Updated pyasn1 v0.6.2 -> v0.6.3 (CVE-2026-30922) Updated certifi v2026.1.4 -> v2026.2.25 Updated confluent-kafka v2.13.0 -> v2.13.2 Updated google-api-core v2.29.0 -> v2.30.0 Updated google-api-python-client v2.190.0 -> v2.191.0 Updated python-dotenv v1.2.1 -> v1.2.2 Updated pytz v2025.2 -> v2026.1.post1 Updated regex v2026.1.15 -> v2026.2.28 Updated ruff v0.15.1 -> v0.15.4
1 parent 7f895a9 commit 6aea055

3 files changed

Lines changed: 178 additions & 169 deletions

File tree

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,18 @@ version: 2
77
updates:
88
- package-ecosystem: "github-actions"
99
directory: "/"
10+
cooldown:
11+
default-days: 14
1012
schedule:
1113
interval: "weekly"
1214
day: "sunday"
15+
groups:
16+
gh-version:
17+
patterns: ['*']
18+
applies-to: "version-updates"
19+
gh-security:
20+
patterns: ['*']
21+
applies-to: "security-updates"
1322

1423
- package-ecosystem: "uv"
1524
directory: "/"
@@ -31,6 +40,8 @@ updates:
3140
schedule:
3241
interval: "weekly"
3342
day: "sunday"
43+
cooldown:
44+
default-days: 14
3445
groups:
3546
docker-version:
3647
patterns: ['*']

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ dev = [
3232
[tool.uv]
3333
python-downloads = "never"
3434
package = false
35-
exclude-newer = "14 days"
3635

3736

3837
[tool.ruff]

0 commit comments

Comments
 (0)