Skip to content

Bump flask-limiter from 3.3.1 to 3.4.1 (#284) #879

Bump flask-limiter from 3.3.1 to 3.4.1 (#284)

Bump flask-limiter from 3.3.1 to 3.4.1 (#284) #879

Workflow file for this run

name: Lint and 100% Test Coverage
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.8"
- name: Install Dependencies
run: |
pip install --upgrade pip
pip install -r requirements-dev.txt
- name: Lint and Unit Test
run: tox