File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 strategy :
99 matrix :
10- python-version : ["3.12.2 "]
10+ python-version : ["3.12.3 "]
1111 steps :
1212 - uses : actions/checkout@v3
1313 - name : Set up Python ${{ matrix.python-version }}
1616 python-version : ${{ matrix.python-version }}
1717 - name : Install dependencies
1818 run : |
19+ python -m pip install wheel setuptools
1920 python -m pip install --upgrade pip
2021 pip install -r requirements.txt
2122 - name : Setup the Database
Original file line number Diff line number Diff line change 11annotated-types == 0.6.0
22bcrypt == 4.1.2
3- blinker == 1.8.1
3+ blinker == 1.7.0
44click == 8.1.7
5- coverage == 7.5.0
6- Flask-Cors == 4.0.1
5+ coverage == 7.5.1
76dnspython == 2.6.1
87email_validator == 2.1.1
98Flask == 3.0.3
109Flask-Bcrypt == 1.0.1
10+ Flask-Cors == 4.0.1
1111Flask-JWT-Extended == 4.6.0
1212Flask-SQLAlchemy == 3.1.1
1313gunicorn == 22.0.0
1414idna == 3.7
1515iniconfig == 2.0.0
1616itsdangerous == 2.2.0
17- Jinja2 == 3.1.3
17+ Jinja2 == 3.1.4
1818MarkupSafe == 2.1.5
19- orjson == 3.10.2
19+ orjson == 3.10.3
2020packaging == 24.0
2121pluggy == 1.5.0
2222psycopg == 3.1.18
@@ -32,4 +32,4 @@ spectree==1.2.9
3232SQLAlchemy == 2.0.29
3333SQLAlchemy-serializer == 1.4.12
3434typing_extensions == 4.11.0
35- Werkzeug == 3.0.2
35+ Werkzeug == 3.0.3
You can’t perform that action at this time.
0 commit comments