Skip to content

Commit 0dac363

Browse files
update dependencies (#150)
* update dependencies * fix script * update python version * correct requirements.txt
1 parent 6528f94 commit 0dac363

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
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 }}
@@ -16,6 +16,7 @@ jobs:
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

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
annotated-types==0.6.0
22
bcrypt==4.1.2
3-
blinker==1.8.1
3+
blinker==1.7.0
44
click==8.1.7
5-
coverage==7.5.0
6-
Flask-Cors==4.0.1
5+
coverage==7.5.1
76
dnspython==2.6.1
87
email_validator==2.1.1
98
Flask==3.0.3
109
Flask-Bcrypt==1.0.1
10+
Flask-Cors==4.0.1
1111
Flask-JWT-Extended==4.6.0
1212
Flask-SQLAlchemy==3.1.1
1313
gunicorn==22.0.0
1414
idna==3.7
1515
iniconfig==2.0.0
1616
itsdangerous==2.2.0
17-
Jinja2==3.1.3
17+
Jinja2==3.1.4
1818
MarkupSafe==2.1.5
19-
orjson==3.10.2
19+
orjson==3.10.3
2020
packaging==24.0
2121
pluggy==1.5.0
2222
psycopg==3.1.18
@@ -32,4 +32,4 @@ spectree==1.2.9
3232
SQLAlchemy==2.0.29
3333
SQLAlchemy-serializer==1.4.12
3434
typing_extensions==4.11.0
35-
Werkzeug==3.0.2
35+
Werkzeug==3.0.3

0 commit comments

Comments
 (0)