File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929
3030 steps :
3131 - name : Checkout repository
32- uses : actions/checkout@v6
32+ uses : actions/checkout@v7
3333
3434 - name : Initialize CodeQL
3535 uses : github/codeql-action/init@v4
Original file line number Diff line number Diff line change 1919 contents : read
2020 steps :
2121 - name : Checkout repository
22- uses : actions/checkout@v6.0.2
22+ uses : actions/checkout@v7
2323
2424 - name : Set up Python
2525 uses : actions/setup-python@v6.2.0
5151 attestations : write
5252 steps :
5353 - name : Checkout repository
54- uses : actions/checkout@v6.0.2
54+ uses : actions/checkout@v7
5555 with :
5656 fetch-depth : 0
5757
Original file line number Diff line number Diff line change 1616 contents : read
1717 steps :
1818 - name : Checkout repository
19- uses : actions/checkout@v6
19+ uses : actions/checkout@v7
2020
2121 - name : Lint commit messages
2222 uses : wagoid/commitlint-github-action@v6.2.1
5151 contents : read
5252 steps :
5353 - name : Checkout repository
54- uses : actions/checkout@v6
54+ uses : actions/checkout@v7
5555
5656 - name : Set up uv
5757 uses : astral-sh/setup-uv@v8.2.0
9292 if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository
9393 steps :
9494 - name : Checkout repository
95- uses : actions/checkout@v6
95+ uses : actions/checkout@v7
9696
9797 - name : Download coverage report artifact
9898 uses : actions/download-artifact@v8.0.1
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ readme = "README.md"
66requires-python = " >=3.13.3"
77authors = [{name = " nanotaboada" , email = " hello@example.com" }]
88dependencies = [
9- " fastapi[standard]==0.136.3 " ,
10- " SQLAlchemy==2.0.50 " ,
9+ " fastapi[standard]==0.137.0 " ,
10+ " SQLAlchemy==2.0.51 " ,
1111 " aiosqlite==0.22.1" ,
1212 " aiocache==0.12.3" ,
1313 " alembic==1.18.4" ,
@@ -17,7 +17,7 @@ dependencies = [
1717
1818[dependency-groups ]
1919test = [
20- " pytest==9.0.3 " ,
20+ " pytest==9.1.0 " ,
2121 " pytest-cov==7.1.0" ,
2222 " pytest-sugar==1.1.1" ,
2323 " gevent==26.5.0" ,
You can’t perform that action at this time.
0 commit comments