Skip to content

Bump werkzeug from 1.0.1 to 3.1.5 #45

Bump werkzeug from 1.0.1 to 3.1.5

Bump werkzeug from 1.0.1 to 3.1.5 #45

Workflow file for this run

name: Python application
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Test requirements
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt