mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	fix(deps): update dependency uvicorn to ^0.30.0 (#3659)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										8
									
								
								poetry.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										8
									
								
								poetry.lock
									
									
									
										generated
									
									
									
								
							| @@ -3208,13 +3208,13 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.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] | ||||
| @@ -3472,4 +3472,4 @@ pgsql = ["psycopg2-binary"] | ||||
| [metadata] | ||||
| lock-version = "2.0" | ||||
| python-versions = "^3.10" | ||||
| content-hash = "324774964bd61d647fcb5a18fa0a4f2fd13240e45cdedbd023aec4fab34a6863" | ||||
| content-hash = "e850def23319334daba457a1bc3716ece051533dd0989d828cf45a878f2da2f5" | ||||
|   | ||||
| @@ -37,7 +37,7 @@ python-slugify = "^8.0.0" | ||||
| recipe-scrapers = "^14.55.0" | ||||
| requests = "^2.31.0" | ||||
| tzdata = "^2023.4" | ||||
| uvicorn = { extras = ["standard"], version = "^0.29.0" } | ||||
| uvicorn = { extras = ["standard"], version = "^0.30.0" } | ||||
| beautifulsoup4 = "^4.11.2" | ||||
| isodate = "^0.6.1" | ||||
| text-unidecode = "^1.3" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user