Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Bump gitpython from 3.1.34 to 3.1.35 (#16279) #459

Bump gitpython from 3.1.34 to 3.1.35 (#16279)

Bump gitpython from 3.1.34 to 3.1.35 (#16279) #459

on:
push:
branches: ["develop", "release-*"]
paths:
- poetry.lock
pull_request:
paths:
- poetry.lock
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check-sdists:
name: "Check locked dependencies have sdists"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- run: pip install tomli
- run: ./scripts-dev/check_locked_deps_have_sdists.py