Merge branch 'development' into master

This commit is contained in:
Dominik
2025-06-07 12:35:17 +02:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -2,7 +2,9 @@ version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
directories:
- "/"
- "/.github/actions/login-repo/"
schedule:
interval: "weekly"
day: saturday

View File

@@ -1,4 +1,4 @@
pytest == 8.3.5
pytest == 8.4.0
pytest-xdist == 3.7.0
pytest-testinfra == 10.2.2
black == 25.1.0