Skip to content

Commit

Permalink
Merge branch 'dev' into dependabot/pip/isort-5.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya authored Dec 18, 2023
2 parents 405b525 + 04a9ea3 commit c0aa378
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🚀 Run stale
uses: actions/stale@v8
uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 30
Expand Down
52 changes: 26 additions & 26 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pytest-cov = "^4.0.0"
pyupgrade = "^3.1.0"
pyyaml = "^6.0.1"
requests = ">=2.31.0"
ruff = ">=0.0.261,<0.1.8"
ruff = ">=0.0.261,<0.1.9"
safety = "^2.3.1"
typing-extensions = "^4.8.0"
vulture = "^2.6"
Expand Down

0 comments on commit c0aa378

Please sign in to comment.