Skip to content

Commit

Permalink
Merge pull request #94 from jyksnw/development
Browse files Browse the repository at this point in the history
Fix Python Version
  • Loading branch information
jyksnw authored Apr 5, 2023
2 parents f1ebe9b + 7b60e26 commit 8156a4c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pip==23.0.1
poetry==1.4.0
virtualenv==20.20.0
poetry==1.4.2
virtualenv==20.21.0
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
pull-requests: write

steps:
- uses: actions/stale@v7
- uses: actions/stale@v8
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: "This issues has gone stale"
Expand Down
40 changes: 20 additions & 20 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8156a4c

Please sign in to comment.