Skip to content

Bump jinja2 from 3.1.4 to 3.1.5 #49

Bump jinja2 from 3.1.4 to 3.1.5

Bump jinja2 from 3.1.4 to 3.1.5 #49

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- "*"
push:
branches:
- master
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: "3.9"
- uses: fedora-python/[email protected]
with:
tox_env: flake8
dnf_install: gcc krb5-devel
- uses: fedora-python/[email protected]
with:
tox_env: safety
dnf_install: gcc krb5-devel
- uses: fedora-python/[email protected]
with:
tox_env: bandit
dnf_install: gcc krb5-devel
testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: "3.9"
- uses: fedora-python/[email protected]
with:
tox_env: py39
dnf_install: krb5-devel