Skip to content

Commit

Permalink
Version bump for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMatAP committed Dec 2, 2023
1 parent e39c7c9 commit 536605c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Build/Test requirements

setuptools==69.0.2
build==0.9.0 # MIT
build==1.0.3 # MIT
wheel==0.42.0 # MIT
pylint==3.0.2 # MIT
pytest==7.4.3 # GPL-2.0-or-later
Expand All @@ -15,11 +15,11 @@ pytest-cov==4.1.0 # MIT

rich==13.7.0 # MIT
requests==2.31.0 # Apache 2.0
pyyaml==6.0 # MIT
pyyaml==6.0.1 # MIT
netifaces==0.11.0 # MIT
sqlalchemy==2.0.23 # MIT
fastapi==0.104.1 # MIT
uvicorn==0.23.2 # BSD 3-Clause
uvicorn==0.24.0.post1 # BSD 3-Clause
httpx==0.24.1 # BSD 3-Clause
aiofiles==23.2.1 # Apache 2.0
qemu.qmp==0.0.3 # ?
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
'setuptools==69.0.2',
'wheel==0.41.3'
'wheel==0.42.0'
]
build-backend = 'setuptools.build_meta'

Expand All @@ -27,11 +27,11 @@ requires-python = ">=3.10"
dependencies = [
"rich==13.7.0", # MIT
"requests==2.31.0", # Apache 2.0
"pyyaml==6.0", # MIT
"pyyaml==6.0.1", # MIT
"netifaces==0.11.0", # MIT
"sqlalchemy==2.0.23", # MIT
"fastapi==0.104.1", # MIT
"uvicorn==0.23.2", # BSD 3-Clause
"uvicorn==0.24.0.post1", # BSD 3-Clause
"httpx==0.24.1", # BSD 3-Clause
"aiofiles==23.2.1", # Apache 2.0
"qemu.qmp==0.0.3", # ?
Expand Down

0 comments on commit 536605c

Please sign in to comment.