-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Python version and dependencies across the project
- Loading branch information
gabino
committed
Jan 2, 2025
1 parent
d2c6fb4
commit e2cdfa8
Showing
11 changed files
with
48 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,10 +7,10 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@master | ||
- name: Set up Python 3.8 | ||
- name: Set up Python 3.13 | ||
uses: actions/[email protected] | ||
with: | ||
python-version: 3.8 | ||
python-version: 3.13 | ||
- name: Install dependencies | ||
run: pip install -qU setuptools wheel twine | ||
- name: Generating distribution archives | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
- name: Set up Python | ||
uses: actions/[email protected] | ||
with: | ||
python-version: 3.8 | ||
python-version: 3.13 | ||
- name: Install dependencies | ||
run: make install-test | ||
- name: Lint | ||
|
@@ -20,7 +20,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
python-version: [3.8] | ||
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Set up Python ${{ matrix.python-version }} | ||
|
@@ -39,7 +39,7 @@ jobs: | |
- name: Setup Python | ||
uses: actions/[email protected] | ||
with: | ||
python-version: 3.8 | ||
python-version: 3.13 | ||
- name: Install dependencies | ||
run: make install-test | ||
- name: Generate coverage report | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
black==22.3.0 | ||
flake8==4.0.* | ||
isort==5.10.* | ||
black==24.10.0 | ||
flake8==5.0.4 | ||
isort==5.11.5 | ||
mock==4.0.3 | ||
mongomock==4.1.* | ||
moto[server]==2.2.* | ||
mypy==1.13.0 | ||
pytest==7.4.* | ||
pytest-cov==4.1.* | ||
moto[server]==5.0.25 | ||
mypy==1.4.1 | ||
pytest==7.4.4 | ||
pytest-cov==4.1.0 | ||
pytest-vcr==1.0.* | ||
pytest-asyncio==0.15.* | ||
requests==2.28.* | ||
boto3==1.20.24 | ||
botocore==1.23.24 | ||
httpx==0.28.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
aiobotocore==2.1.0 | ||
cuenca-validations===2.0.0.dev7 | ||
aiobotocore==2.16.1 | ||
cuenca-validations==2.0.0.dev9 | ||
fastapi==0.115.6 | ||
mongoengine-plus==0.0.3 | ||
mongoengine-plus==0.2.3.dev1 | ||
python-multipart==0.0.5 | ||
starlette-context==0.3.3 | ||
types-aiobotocore-sqs==2.1.0.post1 | ||
types-aiobotocore-sqs==2.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters