Skip to content

Commit

Permalink
Merge branch 'dep-update'
Browse files Browse the repository at this point in the history
* dep-update:
  Fix flake8 issue
  Update mypy package to 1.3.0
  Update flake8 package to 6.0.0
  Update coverage package to 7.2.6
  • Loading branch information
albertyw committed May 25, 2023
2 parents f7b50dd + cb3e45f commit 4280a0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion git_reviewers/tests/test.py
Expand Up @@ -3,7 +3,7 @@
import json
import sys
import tempfile
import typing
import typing # NOQA
import unittest
from unittest.mock import patch, MagicMock

Expand Down
6 changes: 3 additions & 3 deletions requirements-test.txt
@@ -1,4 +1,4 @@
# Testing
coverage==6.5.0 # Test coverage
flake8==5.0.4 # Python linting
mypy==0.982 # Static typing
coverage==7.2.6 # Test coverage
flake8==6.0.0 # Python linting
mypy==1.3.0 # Static typing

0 comments on commit 4280a0e

Please sign in to comment.