Skip to content

Commit

Permalink
Merge branch 'dep-update'
Browse files Browse the repository at this point in the history
* dep-update:
  Update types-setuptools package to 68.0.0.0
  Update mypy package to 1.4.1
  Update coverage package to 7.2.7
  • Loading branch information
albertyw committed Jul 1, 2023
2 parents ff2c5da + 22fe893 commit 292adac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Testing
coverage==7.0.1 # Test coverage
coverage==7.2.7 # Test coverage
ruff==0.0.275 # Python linting

# Type checking
mypy==0.991 # Static typing
types-setuptools==65.6.0.2 # Type stubs for setuptools module
mypy==1.4.1 # Static typing
types-setuptools==68.0.0.0 # Type stubs for setuptools module

0 comments on commit 292adac

Please sign in to comment.