Skip to content

chore(deps): bump cryptography from 39.0.1 to 41.0.3 #2578

chore(deps): bump cryptography from 39.0.1 to 41.0.3

chore(deps): bump cryptography from 39.0.1 to 41.0.3 #2578

Workflow file for this run

name: Pytest
on:
push:
pull_request:
branches:
- develop
jobs:
test:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [3.9, '3.10', '3.11']
name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- run: python -m pip install --upgrade pip tox
- run: tox -e pytest-local -- --cov=powersimdata