File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7171 pytest --cov=./ --cov-report=xml --cov-report=term
7272
7373 - name : Upload coverage report artifact
74- uses : actions/upload-artifact@v4.6.2
74+ uses : actions/upload-artifact@v5.0.0
7575 with :
7676 name : coverage.xml
7777 path : ./coverage.xml
90909191
9292 - name : Download coverage report artifact
93- uses : actions/download-artifact@v5 .0.0
93+ uses : actions/download-artifact@v6 .0.0
9494 with :
9595 name : coverage.xml
9696
Original file line number Diff line number Diff line change 11flake8==7.3.0
2- black==25.9 .0
2+ black==25.11 .0
Original file line number Diff line number Diff line change 11-r requirements.txt
22
3- pytest==8.4.2
3+ pytest==9.0.1
44pytest-cov==7.0.0
55pytest-sugar==1.1.1
66gevent==25.9.1
Original file line number Diff line number Diff line change 11# https://fastapi.tiangolo.com/#standard-dependencies
2- fastapi [standard ]== 0.118.0
3- SQLAlchemy == 2.0.43
2+ fastapi [standard ]== 0.121.1
3+ SQLAlchemy == 2.0.44
44aiosqlite == 0.21.0
55aiocache == 0.12.3
You can’t perform that action at this time.
0 commit comments