Skip to content

Poetry Update

Poetry Update #4

Workflow file for this run

name: Poetry Update
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 1"
jobs:
upgrade-dependencies:
runs-on: ubuntu-24.04
steps:
- uses: fuzzylabs/gha-poetry-update@v1
with:
python-version: 3.12