Skip to content

Commit 7418bb0

Browse files
committed
Update deps
1 parent 81a2b04 commit 7418bb0

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-r requirements.txt
2-
uvicorn[standard]==0.21.1
2+
uvicorn[standard]==0.27.1
33
httpx
44
pytest
55
pytest-cov

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
fastapi==0.95.0
2-
websockets==11.0.1
3-
python-vlc==3.0.18121
4-
python-mpd2==3.0.5
1+
fastapi==0.110.0
2+
websockets==12.0
3+
python-vlc==3.0.20123
4+
python-mpd2==3.1.1

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
from setuptools import setup, find_packages
22

33
requirements = [
4-
"fastapi==0.95.0",
5-
"websockets==11.0.1",
6-
"python-vlc==3.0.18121",
7-
"python-mpd2==3.0.5",
4+
"fastapi==0.110.0",
5+
"websockets==12.0",
6+
"python-vlc==3.0.20123",
7+
"python-mpd2==3.1.1",
88
]
99

1010
if __name__ == '__main__':

0 commit comments

Comments
 (0)