Skip to content

Commit 4a0885a

Browse files
authored
Merge pull request #171 from MerleLiuKun/up-dep
feat(dependency): ✨ update dependency for compatibility
2 parents ed2ff1e + fc38e06 commit 4a0885a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636
poetry run pytest
3737
- name: Upload coverage to Codecov
3838
if: ${{ matrix.update-coverage }}
39-
uses: codecov/codecov-action@v3
39+
uses: codecov/codecov-action@v4
4040
with:
41-
token: ${{ secrets.CODECOV_TOKEN }}
42-
files: ./coverage.xml
4341
fail_ci_if_error: true
42+
files: ./coverage.xml
43+
token: ${{ secrets.CODECOV_TOKEN }}
4444
verbose: true
4545

4646
lint:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ packages = [
2727

2828
[tool.poetry.dependencies]
2929
python = "^3.7"
30-
requests = "^2.28"
30+
requests = ">=2.28"
3131
dataclasses-json = ">=0.5.7"
32-
Authlib = "^1.0.0"
32+
Authlib = ">=1.0.0"
3333

3434
[tool.poetry.dev-dependencies]
3535
pytest = "^7.1.0"

0 commit comments

Comments
 (0)