Skip to content

build(deps): bump universal-pathlib from 0.2.5 to 0.2.6 in /backend #1583

build(deps): bump universal-pathlib from 0.2.5 to 0.2.6 in /backend

build(deps): bump universal-pathlib from 0.2.5 to 0.2.6 in /backend #1583

Workflow file for this run

name: Dependencies report
on:
pull_request:
jobs:
build:
name: Dependencies report
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: deps-report
uses: MeilleursAgents/deps-report@master
with:
file: backend/Pipfile.lock
github_token: ${{ secrets.GITHUB_TOKEN }}