Skip to content

Commit

Permalink
Merge pull request #171 from MerleLiuKun/up-dep
Browse files Browse the repository at this point in the history
feat(dependency): ✨ update dependency for compatibility
  • Loading branch information
MerleLiuKun authored Oct 29, 2024
2 parents ed2ff1e + fc38e06 commit 4a0885a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
poetry run pytest
- name: Upload coverage to Codecov
if: ${{ matrix.update-coverage }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
fail_ci_if_error: true
files: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

lint:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ packages = [

[tool.poetry.dependencies]
python = "^3.7"
requests = "^2.28"
requests = ">=2.28"
dataclasses-json = ">=0.5.7"
Authlib = "^1.0.0"
Authlib = ">=1.0.0"

[tool.poetry.dev-dependencies]
pytest = "^7.1.0"
Expand Down

0 comments on commit 4a0885a

Please sign in to comment.