Skip to content

Commit

Permalink
fix: Update python dependencies to fix vulnerabilities. (#212)
Browse files Browse the repository at this point in the history
* fix: Update python dependencies to fix vulnerabilities.

* fix: github actions

- removed python 3.8 in testing pipeline
- made mypy non-interactive

* fix: changing pyyaml-include version to stoip breaking changes

* fix: Change in tests to match the changes
  • Loading branch information
raina-rudra authored Oct 18, 2024
1 parent 176fc8e commit 1434a50
Show file tree
Hide file tree
Showing 4 changed files with 2,500 additions and 2,211 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/basic_test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9, '3.10']
python-version: [3.9, '3.10']

steps:
- uses: actions/checkout@v2
Expand All @@ -35,7 +35,7 @@ jobs:
run: |
# stop the build if there are Python syntax errors or undefined names
black .
mypy dialogy --install-types
mypy dialogy --install-types --non-interactive
- name: Test with pytest and get Coverage
run: |
poetry run pytest --cov=dialogy --cov-report=xml tests/
Expand Down
Loading

0 comments on commit 1434a50

Please sign in to comment.