Skip to content

Commit 6975b58

Browse files
committed
feat(dependency): ⬆️ update dependencies
1 parent fd1ca01 commit 6975b58

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/Test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
14+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', "3.13", "3.14"]
1515
include:
16-
- python-version: '3.10'
16+
- python-version: '3.12'
1717
update-coverage: true
1818

1919

@@ -48,7 +48,7 @@ jobs:
4848
- uses: actions/checkout@v3
4949
- uses: actions/setup-python@v4
5050
with:
51-
python-version: '3.10'
51+
python-version: '3.12'
5252
cache: 'pip'
5353
- name: Install dependencies
5454
run: python -m pip install --upgrade pip black

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v3
1111
- uses: actions/setup-python@v4
1212
with:
13-
python-version: '3.10'
13+
python-version: '3.12'
1414
cache: 'pip'
1515
- run: pip install mkdocs-material
1616
- run: mkdocs gh-deploy -f docs/mkdocs.yml --force

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ classifiers = [
2121
"Programming Language :: Python :: 3.10",
2222
"Programming Language :: Python :: 3.11",
2323
"Programming Language :: Python :: 3.12",
24+
"Programming Language :: Python :: 3.13",
25+
"Programming Language :: Python :: 3.14",
2426
"Programming Language :: Python :: 3 :: Only",
2527
]
2628

@@ -32,8 +34,8 @@ packages = [
3234

3335
[tool.poetry.dependencies]
3436
python = "^3.7"
35-
requests = "^2.27"
36-
requests-oauthlib = "^1.2.0"
37+
requests = ">=2.27"
38+
requests-oauthlib = ">=1.2.0"
3739
dataclasses-json = ">=0.5.7"
3840

3941
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)