Skip to content

Commit

Permalink
Python>=3.9 & ignore pypi CVE
Browse files Browse the repository at this point in the history
  • Loading branch information
surajpaib committed May 14, 2024
1 parent f4bb440 commit c686089
Show file tree
Hide file tree
Showing 5 changed files with 885 additions and 961 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ mypy:
.PHONY: check-safety
check-safety:
poetry check
poetry run safety check --full-report --ignore 51457
poetry run safety check --full-report --ignore 51457 --ignore 67599
poetry run bandit -c pyproject.toml -ll --recursive fmcib tests

.PHONY: lint
Expand Down
4 changes: 2 additions & 2 deletions docs/assets/images/coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c686089

Please sign in to comment.