Skip to content

Commit

Permalink
fix: fixing vulnerabilities in old architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
raina-rudra committed Oct 22, 2024
1 parent d5d31ee commit 0cc7996
Show file tree
Hide file tree
Showing 4 changed files with 2,358 additions and 1,733 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
4 changes: 2 additions & 2 deletions .github/workflows/tag_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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 @@ -33,7 +33,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 0cc7996

Please sign in to comment.