Skip to content
This repository was archived by the owner on Jul 10, 2026. It is now read-only.

🐍 Update Dependencies #22

🐍 Update Dependencies

🐍 Update Dependencies #22

Workflow file for this run

---
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: 2024 The Linux Foundation
name: "🐍 Update Dependencies"
on:
workflow_dispatch:
schedule:
- cron: "0 8 1 * *"
push:
branches:
- "main"
- "master"
paths:
- "!pdm.lock"
- "!.github/**"
env:
python-version: 3.11
permissions: {}
jobs:
python-dependencies:
name: "Update Dependencies"
# yamllint disable-line rule:line-length
uses: os-climate/osc-github-devops/.github/workflows/reuse-dependencies.yaml@78a987dfd2c648faa346e273603b475876885469 # 2025-02-25
permissions:
# IMPORTANT: mandatory to raise the PR
id-token: write
pull-requests: write
repository-projects: write
contents: write