diff --git a/dev-requirements.txt b/dev-requirements.txt index 95bb8e5..77c0ba7 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -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 @@ -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 # ? diff --git a/pyproject.toml b/pyproject.toml index d465cfd..b1eacea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ 'setuptools==69.0.2', - 'wheel==0.41.3' + 'wheel==0.42.0' ] build-backend = 'setuptools.build_meta' @@ -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", # ?