File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 packages : write
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v6
15+ uses : actions/checkout@v7
1616 - name : Run docker/setup-qemu-action
1717 uses : docker/setup-qemu-action@v4
1818 - name : Run docker/setup-buildx-action
Original file line number Diff line number Diff line change 1010 python-version : ["3.14"]
1111
1212 steps :
13- - uses : actions/checkout@v6
13+ - uses : actions/checkout@v7
1414 - name : Set up Python ${{ matrix.python-version }}
1515 uses : actions/setup-python@v6
1616 with :
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout code
21- uses : actions/checkout@v6
21+ uses : actions/checkout@v7
2222
2323 - name : Run Trivy vulnerability scanner
2424 uses : aquasecurity/trivy-action@master
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ flask-smorest==0.47.0
99Werkzeug==3.1.8
1010gunicorn==26.0.0
1111biopython==1.87
12- pytest==9.1.0
12+ pytest==9.1.1
1313pytest-env==1.6.0
14- pyzipper==0.3.6
14+ pyzipper==0.4.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ alembic==1.18.5
22apispec == 6.10.0
33biopython == 1.87
44blinker == 1.9.0
5- click == 8.3.3
5+ click == 8.4.2
66Flask == 3.1.3
77flask-cors == 6.0.5
88Flask-Migrate == 4.1.0
@@ -20,11 +20,11 @@ packaging==26.2
2020pluggy == 1.6.0
2121pycryptodomex == 3.23.0
2222Pygments == 2.20.0
23- pytest == 9.1.0
23+ pytest == 9.1.1
2424pytest-env == 1.6.0
2525python-dotenv == 1.2.2
26- pyzipper == 0.3.6
26+ pyzipper == 0.4.0
2727SQLAlchemy == 2.0.51
28- typing_extensions == 4.15 .0
28+ typing_extensions == 4.16 .0
2929webargs == 8.7.1
3030Werkzeug == 3.1.8
You can’t perform that action at this time.
0 commit comments