Skip to content

Commit aca9d6c

Browse files
committed
requirements are updated.
1 parent 7e0c3f2 commit aca9d6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/app-testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.9"]
14+
python-version: ["3.9", "3.10", "3.11"]
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Set up Python ${{ matrix.python-version }}

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ fastapi==0.93.0
33
pydantic==1.9.0
44
python-dotenv==1.0.1
55
uvicorn==0.18.2
6-
uvloop==0.14.0; sys_platform != "win32" and implementation_name == "cpython"
6+
uvloop==0.17.0; sys_platform != "win32" and implementation_name == "cpython"

0 commit comments

Comments
 (0)