diff --git a/poetry.lock b/poetry.lock index 3c71eb0fbf6..394457feb19 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4584,14 +4584,14 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [[package]] name = "uvicorn" -version = "0.19.0" +version = "0.21.1" description = "The lightning-fast ASGI server." category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "uvicorn-0.19.0-py3-none-any.whl", hash = "sha256:cc277f7e73435748e69e075a721841f7c4a95dba06d12a72fe9874acced16f6f"}, - {file = "uvicorn-0.19.0.tar.gz", hash = "sha256:cf538f3018536edb1f4a826311137ab4944ed741d52aeb98846f52215de57f25"}, + {file = "uvicorn-0.21.1-py3-none-any.whl", hash = "sha256:e47cac98a6da10cd41e6fd036d472c6f58ede6c5dbee3dbee3ef7a100ed97742"}, + {file = "uvicorn-0.21.1.tar.gz", hash = "sha256:0fac9cb342ba099e0d582966005f3fdba5b0290579fed4a6266dc702ca7bb032"}, ] [package.dependencies] @@ -4603,10 +4603,10 @@ python-dotenv = {version = ">=0.13", optional = true, markers = "extra == \"stan pyyaml = {version = ">=5.1", optional = true, markers = "extra == \"standard\""} uvloop = {version = ">=0.14.0,<0.15.0 || >0.15.0,<0.15.1 || >0.15.1", optional = true, markers = "sys_platform != \"win32\" and sys_platform != \"cygwin\" and platform_python_implementation != \"PyPy\" and extra == \"standard\""} watchfiles = {version = ">=0.13", optional = true, markers = "extra == \"standard\""} -websockets = {version = ">=10.0", optional = true, markers = "extra == \"standard\""} +websockets = {version = ">=10.4", optional = true, markers = "extra == \"standard\""} [package.extras] -standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.14.0,!=0.15.0,!=0.15.1)", "watchfiles (>=0.13)", "websockets (>=10.0)"] +standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.14.0,!=0.15.0,!=0.15.1)", "watchfiles (>=0.13)", "websockets (>=10.4)"] [[package]] name = "uvloop" @@ -5131,4 +5131,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "~3.9" -content-hash = "1608429ff0c1507cc8213cc0b9da7a013c82f5ae9b17c1bf293e209090553b67" +content-hash = "c170c54ca9cfe2b7bc7ce62a7a1f2786aaf2dc782a98e4deef65414b4c05c571" diff --git a/pyproject.toml b/pyproject.toml index ce4fa7109b2..9153947eccf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ documentation = "https://docs.saleor.io/" [tool.poetry.dependencies.uvicorn] extras = [ "standard" ] - version = "^0.19.0" + version = "^0.21.1" [tool.poetry.dependencies.celery] version = ">=4.4.5,<6.0.0"