Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/StuffAnThings/qbit_manage
Browse files Browse the repository at this point in the history
…into develop

* 'develop' of https://github.com/StuffAnThings/qbit_manage:
  [pre-commit.ci] pre-commit autoupdate (#682)
  Bump croniter from 3.0.4 to 5.0.1 (#685)
  Bump actions/setup-python from 3 to 5 (#689)
  Bump actions/checkout from 3 to 4 (#690)
  • Loading branch information
bobokun committed Nov 9, 2024
2 parents 8765502 + 8842093 commit 4704de9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: '3.9'

Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repos:
name: isort (python)
args: [--force-single-line-imports, --profile, black]
- repo: https://github.com/asottile/pyupgrade
rev: v3.18.0
rev: v3.19.0
hooks:
- id: pyupgrade
args: [--py3-plus]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bencodepy==0.9.5
croniter==3.0.4
croniter==5.0.1
GitPython==3.1.43
humanize==4.11.0
pytimeparse2==1.7.1
Expand Down

0 comments on commit 4704de9

Please sign in to comment.