Skip to content

build(deps): bump pydantic-settings from 2.2.1 to 2.6.0 in the python-dependencies group #123

build(deps): bump pydantic-settings from 2.2.1 to 2.6.0 in the python-dependencies group

build(deps): bump pydantic-settings from 2.2.1 to 2.6.0 in the python-dependencies group #123

Workflow file for this run

name: "Python CI"
on:
push:
branches:
- main
pull_request:
jobs:
pre-commit:
uses: darbiadev/.github/.github/workflows/generic-precommit.yaml@ea97d99e1520c46080c4c9032a69552e491474ac # v13.0.0
lint:
needs: pre-commit
uses: darbiadev/.github/.github/workflows/python-lint.yaml@ea97d99e1520c46080c4c9032a69552e491474ac # v13.0.0
test:
needs: lint
strategy:
matrix:
os: [ "ubuntu-latest" ]
python-version: [ "3.11" ]
uses: darbiadev/.github/.github/workflows/python-test.yaml@ea97d99e1520c46080c4c9032a69552e491474ac # v13.0.0
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}