Skip to content
This repository was archived by the owner on Jul 14, 2026. It is now read-only.

build(deps): bump pytest from 9.0.1 to 9.0.3 in /tests #136

build(deps): bump pytest from 9.0.1 to 9.0.3 in /tests

build(deps): bump pytest from 9.0.1 to 9.0.3 in /tests #136

Workflow file for this run

name: 'Sonatype Jake'
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
security:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.10.x', '3.11.x', '3.12.x', '3.13.x', '3.14.x' ]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Run jake from Sonatype
run: |
python -m pip install --upgrade pip setuptools
pip3 install -r requirements.txt
pip3 freeze > frozen.requirements.txt
pip3 install jake
jake ddt --whitelist jake-whitelist.json