mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 02:03:35 -04:00 
			
		
		
		
	fix(deps): update dependency uvicorn to ^0.37.0 (#6200)
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
									
									
									
								
							| @@ -3673,14 +3673,14 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] | |||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "uvicorn" | name = "uvicorn" | ||||||
| version = "0.35.0" | version = "0.37.0" | ||||||
| description = "The lightning-fast ASGI server." | description = "The lightning-fast ASGI server." | ||||||
| optional = false | optional = false | ||||||
| python-versions = ">=3.9" | python-versions = ">=3.9" | ||||||
| groups = ["main"] | groups = ["main"] | ||||||
| files = [ | files = [ | ||||||
|     {file = "uvicorn-0.35.0-py3-none-any.whl", hash = "sha256:197535216b25ff9b785e29a0b79199f55222193d47f820816e7da751e9bc8d4a"}, |     {file = "uvicorn-0.37.0-py3-none-any.whl", hash = "sha256:913b2b88672343739927ce381ff9e2ad62541f9f8289664fa1d1d3803fa2ce6c"}, | ||||||
|     {file = "uvicorn-0.35.0.tar.gz", hash = "sha256:bc662f087f7cf2ce11a1d7fd70b90c9f98ef2e2831556dd078d131b96cc94a01"}, |     {file = "uvicorn-0.37.0.tar.gz", hash = "sha256:4115c8add6d3fd536c8ee77f0e14a7fd2ebba939fed9b02583a97f80648f9e13"}, | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [package.dependencies] | [package.dependencies] | ||||||
| @@ -3945,4 +3945,4 @@ pgsql = ["psycopg2-binary"] | |||||||
| [metadata] | [metadata] | ||||||
| lock-version = "2.1" | lock-version = "2.1" | ||||||
| python-versions = ">=3.12,<3.13" | python-versions = ">=3.12,<3.13" | ||||||
| content-hash = "996451a1092f05e9a7533fbc87450e2d7f84d5864a0a78f354a166547caafbee" | content-hash = "7259228ee88e8aa162497efd044bc6868840e885adbe344c78566006aabd62a9" | ||||||
|   | |||||||
| @@ -40,7 +40,7 @@ python-slugify = "^8.0.0" | |||||||
| recipe-scrapers = "^15.0.0" | recipe-scrapers = "^15.0.0" | ||||||
| requests = "^2.31.0" | requests = "^2.31.0" | ||||||
| tzdata = "^2024.1" | tzdata = "^2024.1" | ||||||
| uvicorn = { extras = ["standard"], version = "^0.35.0" } | uvicorn = { extras = ["standard"], version = "^0.37.0" } | ||||||
| beautifulsoup4 = "^4.11.2" | beautifulsoup4 = "^4.11.2" | ||||||
| isodate = "^0.7.0" | isodate = "^0.7.0" | ||||||
| text-unidecode = "^1.3" | text-unidecode = "^1.3" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user