Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMatAP committed Dec 10, 2023
1 parent 1c759ee commit c2a916d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ netifaces==0.11.0 # MIT
sqlalchemy==2.0.23 # MIT
fastapi==0.104.1 # MIT
uvicorn==0.24.0.post1 # BSD 3-Clause
httpx==0.24.1 # BSD 3-Clause
httpx==0.25.2 # BSD 3-Clause
aiofiles==23.2.1 # Apache 2.0
qemu.qmp==0.0.3 # ?
passlib==1.7.4 # BSD
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
"sqlalchemy==2.0.23", # MIT
"fastapi==0.104.1", # MIT
"uvicorn==0.24.0.post1", # BSD 3-Clause
"httpx==0.24.1", # BSD 3-Clause
"httpx==0.25.2", # BSD 3-Clause
"aiofiles==23.2.1", # Apache 2.0
"qemu.qmp==0.0.3", # ?
"passlib==1.7.4" # BSD
Expand Down

0 comments on commit c2a916d

Please sign in to comment.