mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-26 15:54:20 -04:00 
			
		
		
		
	fix(deps): update dependency fastapi to ^0.120.0 (#6426)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										21
									
								
								poetry.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										21
									
								
								poetry.lock
									
									
									
										generated
									
									
									
								
							| @@ -47,6 +47,18 @@ files = [ | ||||
| [package.extras] | ||||
| dev = ["black", "coverage", "isort", "pre-commit", "pyenchant", "pylint"] | ||||
|  | ||||
| [[package]] | ||||
| name = "annotated-doc" | ||||
| version = "0.0.3" | ||||
| description = "Document parameters, class attributes, return types, and variables inline, with Annotated." | ||||
| optional = false | ||||
| python-versions = ">=3.8" | ||||
| groups = ["main"] | ||||
| files = [ | ||||
|     {file = "annotated_doc-0.0.3-py3-none-any.whl", hash = "sha256:348ec6664a76f1fd3be81f43dffbee4c7e8ce931ba71ec67cc7f4ade7fbbb580"}, | ||||
|     {file = "annotated_doc-0.0.3.tar.gz", hash = "sha256:e18370014c70187422c33e945053ff4c286f453a984eba84d0dbfa0c935adeda"}, | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "annotated-types" | ||||
| version = "0.6.0" | ||||
| @@ -727,17 +739,18 @@ cli = ["requests"] | ||||
|  | ||||
| [[package]] | ||||
| name = "fastapi" | ||||
| version = "0.119.1" | ||||
| version = "0.120.0" | ||||
| description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" | ||||
| optional = false | ||||
| python-versions = ">=3.8" | ||||
| groups = ["main"] | ||||
| files = [ | ||||
|     {file = "fastapi-0.119.1-py3-none-any.whl", hash = "sha256:0b8c2a2cce853216e150e9bd4faaed88227f8eb37de21cb200771f491586a27f"}, | ||||
|     {file = "fastapi-0.119.1.tar.gz", hash = "sha256:a5e3426edce3fe221af4e1992c6d79011b247e3b03cc57999d697fe76cbf8ae0"}, | ||||
|     {file = "fastapi-0.120.0-py3-none-any.whl", hash = "sha256:84009182e530c47648da2f07eb380b44b69889a4acfd9e9035ee4605c5cfc469"}, | ||||
|     {file = "fastapi-0.120.0.tar.gz", hash = "sha256:6ce2c1cfb7000ac14ffd8ddb2bc12e62d023a36c20ec3710d09d8e36fab177a0"}, | ||||
| ] | ||||
|  | ||||
| [package.dependencies] | ||||
| annotated-doc = ">=0.0.2" | ||||
| pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<2.0.0 || >2.0.0,<2.0.1 || >2.0.1,<2.1.0 || >2.1.0,<3.0.0" | ||||
| starlette = ">=0.40.0,<0.49.0" | ||||
| typing-extensions = ">=4.8.0" | ||||
| @@ -4011,4 +4024,4 @@ pgsql = ["psycopg2-binary"] | ||||
| [metadata] | ||||
| lock-version = "2.1" | ||||
| python-versions = ">=3.12,<3.13" | ||||
| content-hash = "0e12001e9cf12b94e5e50df050120a8ddf1a517fa9874c705c3f9e706cd780f5" | ||||
| content-hash = "028a85e0613a477b84db8e69001a2376b2480337a0c69d4f7670d397c3a13164" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user