Skip to content

Bump urllib3 from 2.0.7 to 2.2.2 in /plugins/cylance_protect #12025

Bump urllib3 from 2.0.7 to 2.2.2 in /plugins/cylance_protect

Bump urllib3 from 2.0.7 to 2.2.2 in /plugins/cylance_protect #12025

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
pip install black==22.3.0
- name: Lint
run: |
black . --check