Skip to content

Commit

Permalink
Merge branch 'dep-update'
Browse files Browse the repository at this point in the history
* dep-update:
  Update Python types-setuptools package to 68.2.0.0
  Update Python ruff package to 0.0.290
  Update Python mypy package to 1.5.1
  Update Python coverage package to 7.3.1
  • Loading branch information
albertyw committed Sep 17, 2023
2 parents f55017b + 9f3c6b2 commit 6902486
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements-test.txt
@@ -1,7 +1,7 @@
# Testing
coverage==7.2.7 # Test coverage
ruff==0.0.280 # Python linting
coverage==7.3.1 # Test coverage
ruff==0.0.290 # Python linting

# Type checking
mypy==1.4.1 # Static typing
types-setuptools==68.0.0.3 # Type stubs for setuptools module
mypy==1.5.1 # Static typing
types-setuptools==68.2.0.0 # Type stubs for setuptools module

0 comments on commit 6902486

Please sign in to comment.