Skip to content

Bump pydantic from 2.6.1 to 2.6.3 #350

Bump pydantic from 2.6.1 to 2.6.3

Bump pydantic from 2.6.1 to 2.6.3 #350

Workflow file for this run

name: Freeze PR dependency changes
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
branches:
- master
paths: ["piped", "pyproject.toml", "requirements.in", "bot/requirements.in", "dev-requirements/*.in", "!dev-requirements/constraints.in", "python/base-requirements/*.in", "!python/base-requirements/constraints.in"]
jobs:
freeze-pr-dep-changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
submodules: "true"
- name: Set up Python 3.11
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
with:
python-version: "3.11"
- name: install prerequisites
run: |
python -m pip install --upgrade pip wheel
python -m pip install -r ./python/base-requirements/nox.txt
- name: Upgrade dependency locks
run: python -m nox -s freeze-locks bot-package-diff
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
with:
name: gogo.patch
path: gogo.patch
- name: Check diff file
run: python -m nox -s is-diff-file-empty