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.34.0 (#4727)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										10
									
								
								poetry.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										10
									
								
								poetry.lock
									
									
									
										generated
									
									
									
								
							| @@ -3155,13 +3155,13 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] | ||||
|  | ||||
| [[package]] | ||||
| name = "uvicorn" | ||||
| version = "0.33.0" | ||||
| version = "0.34.0" | ||||
| description = "The lightning-fast ASGI server." | ||||
| optional = false | ||||
| python-versions = ">=3.8" | ||||
| python-versions = ">=3.9" | ||||
| files = [ | ||||
|     {file = "uvicorn-0.33.0-py3-none-any.whl", hash = "sha256:2c30de4aeea83661a520abab179b24084a0019c0c1bbe137e5409f741cbde5f8"}, | ||||
|     {file = "uvicorn-0.33.0.tar.gz", hash = "sha256:3577119f82b7091cf4d3d4177bfda0bae4723ed92ab1439e8d779de880c9cc59"}, | ||||
|     {file = "uvicorn-0.34.0-py3-none-any.whl", hash = "sha256:023dc038422502fa28a09c7a30bf2b6991512da7dcdb8fd35fe57cfc154126f4"}, | ||||
|     {file = "uvicorn-0.34.0.tar.gz", hash = "sha256:404051050cd7e905de2c9a7e61790943440b3416f49cb409f965d9dcd0fa73e9"}, | ||||
| ] | ||||
|  | ||||
| [package.dependencies] | ||||
| @@ -3418,4 +3418,4 @@ pgsql = ["psycopg2-binary"] | ||||
| [metadata] | ||||
| lock-version = "2.0" | ||||
| python-versions = "^3.12" | ||||
| content-hash = "ddf0ed1e68a0ce0079d4572b2138278a6d20ebfb5387e0538c7b7ef244e3fc1b" | ||||
| content-hash = "ee922a45c721fc906d1b41e9b693211c57795900e05f59fdf802e1c2d7481bef" | ||||
|   | ||||
| @@ -36,7 +36,7 @@ python-slugify = "^8.0.0" | ||||
| recipe-scrapers = "^15.0.0" | ||||
| requests = "^2.31.0" | ||||
| tzdata = "^2024.1" | ||||
| uvicorn = { extras = ["standard"], version = "^0.33.0" } | ||||
| uvicorn = { extras = ["standard"], version = "^0.34.0" } | ||||
| beautifulsoup4 = "^4.11.2" | ||||
| isodate = "^0.7.0" | ||||
| text-unidecode = "^1.3" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user