Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into docstrings_improvem…
Browse files Browse the repository at this point in the history
…ents
  • Loading branch information
ZeroCool940711 committed Feb 24, 2024
2 parents 198fe38 + 2a9626b commit fb7a10c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
retention-days: 7

- name: Upload Coverage to Codecov
uses: codecov/[email protected].1
uses: codecov/[email protected].2
with:
directory: ./
env_vars: OS,PYTHON
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ def run_tests(self):
"loguru==0.7.2",
],
tests_require=[
"pytest==8.0.0",
"pytest==8.0.1",
"nose==1.3.7",
"pre-commit==3.6.0",
"pre-commit==3.6.2",
],
cmdclass={"test": PyTest},
classifiers=[
Expand Down

0 comments on commit fb7a10c

Please sign in to comment.