Skip to content

Update dependency requests to v2.32.2 [SECURITY] #2830

Update dependency requests to v2.32.2 [SECURITY]

Update dependency requests to v2.32.2 [SECURITY] #2830

Workflow file for this run

name: Check app version
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Check version
run: python ./.github/check_version.py