Skip to content

Commit

Permalink
chore: Merge branch 'feature/deps' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mbdevpl committed Aug 15, 2022
2 parents 19b31ed + 6e5abe8 commit db0c07e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2
fetch-depth: 0
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
@@ -1,6 +1,6 @@
argcomplete ~= 1.12
argcomplete ~= 2.0
colorlog ~= 6.6
GitPython ~= 3.1
ordered-set ~= 4.0
ordered-set ~= 4.1
readchar ~= 3.0
version-query ~= 1.1

0 comments on commit db0c07e

Please sign in to comment.