Browse Source

chore(deps): update dependency uvicorn to ^0.30.0

David Burke 9 months ago
parent
commit
149ac1bfbe
2 changed files with 5 additions and 5 deletions
  1. 4 4
      poetry.lock
  2. 1 1
      pyproject.toml

+ 4 - 4
poetry.lock

@@ -4036,13 +4036,13 @@ ua-parser = ">=0.10.0"
 
 [[package]]
 name = "uvicorn"
-version = "0.29.0"
+version = "0.30.0"
 description = "The lightning-fast ASGI server."
 optional = false
 python-versions = ">=3.8"
 files = [
-    {file = "uvicorn-0.29.0-py3-none-any.whl", hash = "sha256:2c2aac7ff4f4365c206fd773a39bf4ebd1047c238f8b8268ad996829323473de"},
-    {file = "uvicorn-0.29.0.tar.gz", hash = "sha256:6a69214c0b6a087462412670b3ef21224fa48cae0e452b5883e8e8bdfdd11dd0"},
+    {file = "uvicorn-0.30.0-py3-none-any.whl", hash = "sha256:78fa0b5f56abb8562024a59041caeb555c86e48d0efdd23c3fe7de7a4075bdab"},
+    {file = "uvicorn-0.30.0.tar.gz", hash = "sha256:f678dec4fa3a39706bbf49b9ec5fc40049d42418716cea52b53f07828a60aa37"},
 ]
 
 [package.dependencies]
@@ -4304,4 +4304,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
 [metadata]
 lock-version = "2.0"
 python-versions = "^3.10"
-content-hash = "9dbeb53bcb03d6022950c791243f1735869a781dad5cc4740523d521bb34517e"
+content-hash = "3a03df47658340e4c018c64a2ed1f207072f84122651be07f9a27a9c2ff4568d"

+ 1 - 1
pyproject.toml

@@ -39,7 +39,7 @@ django-redis = {extras = ["hiredis"], version = "^5.2.0"}
 uwsgi-chunked = "^0.1.8"
 django-import-export = "~4.0.3"
 psycopg = {extras = ["c"], version = "^3.1.12"}
-uvicorn = "^0.29.0"
+uvicorn = "^0.30.0"
 gunicorn = "^22.0.0"
 boto3 = "1.34.115"
 django-ninja = "^1.0.1"