Skip to content

Commit 1dd02d9

Browse files
committed
Merge branch 'master' of github.com:nanotaboada/python-samples-fastapi-restful into feature/python-version
2 parents 69fa9ab + 9f7a528 commit 1dd02d9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/python-app.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v5.0.0
20+
uses: actions/checkout@v6.0.0
2121

2222
- name: Lint commit messages
2323
uses: wagoid/commitlint-github-action@v6.2.1
@@ -46,10 +46,10 @@ jobs:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- name: Checkout repository
49-
uses: actions/checkout@v5.0.0
49+
uses: actions/checkout@v6.0.0
5050

5151
- name: Set up Python
52-
uses: actions/setup-python@v6.0.0
52+
uses: actions/setup-python@v6.1.0
5353
with:
5454
python-version-file: '.python-version'
5555
cache: 'pip'
@@ -84,7 +84,7 @@ jobs:
8484
service: [codecov, codacy]
8585
steps:
8686
- name: Checkout repository
87-
uses: actions/checkout@v5.0.0
87+
uses: actions/checkout@v6.0.0
8888

8989
- name: Download coverage report artifact
9090
uses: actions/download-artifact@v6.0.0
@@ -116,7 +116,7 @@ jobs:
116116

117117
steps:
118118
- name: Checkout repository
119-
uses: actions/checkout@v5.0.0
119+
uses: actions/checkout@v6.0.0
120120

121121
- name: Log in to GitHub Container Registry
122122
uses: docker/login-action@v3.6.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# https://fastapi.tiangolo.com/#standard-dependencies
2-
fastapi[standard]==0.121.1
2+
fastapi[standard]==0.122.0
33
SQLAlchemy==2.0.44
44
aiosqlite==0.21.0
55
aiocache==0.12.3

0 commit comments

Comments
 (0)