mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	fix(deps): update dependency paho-mqtt to v2
This commit is contained in:
		
							
								
								
									
										11
									
								
								poetry.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										11
									
								
								poetry.lock
									
									
									
										generated
									
									
									
								
							| @@ -1439,16 +1439,17 @@ files = [ | |||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "paho-mqtt" | name = "paho-mqtt" | ||||||
| version = "1.6.1" | version = "2.0.0" | ||||||
| description = "MQTT version 5.0/3.1.1 client class" | description = "MQTT version 5.0/3.1.1 client class" | ||||||
| optional = false | optional = false | ||||||
| python-versions = "*" | python-versions = ">=3.7" | ||||||
| files = [ | files = [ | ||||||
|     {file = "paho-mqtt-1.6.1.tar.gz", hash = "sha256:2a8291c81623aec00372b5a85558a372c747cbca8e9934dfe218638b8eefc26f"}, |     {file = "paho_mqtt-2.0.0-py3-none-any.whl", hash = "sha256:2ef745073dfc9aa68bfec30d0b9b6f0304ea75182bae85a7c77a80cefce1eff5"}, | ||||||
|  |     {file = "paho_mqtt-2.0.0.tar.gz", hash = "sha256:13b205f29251e4f2c66a6c923c31fc4fd780561e03b2d775cff8e4f2915cf947"}, | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [package.extras] | [package.extras] | ||||||
| proxy = ["PySocks"] | proxy = ["pysocks"] | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "pathspec" | name = "pathspec" | ||||||
| @@ -3028,4 +3029,4 @@ pgsql = ["psycopg2-binary"] | |||||||
| [metadata] | [metadata] | ||||||
| lock-version = "2.0" | lock-version = "2.0" | ||||||
| python-versions = "^3.10" | python-versions = "^3.10" | ||||||
| content-hash = "02c2f99d7ead3339de5c02e9b3ec3ac33fc4a7204130b9cd404e749d995e9a7b" | content-hash = "ee8a6a7655483cd1022a820d3a06c90b2ce52e6e725370ee8b8fcec5a196b0eb" | ||||||
|   | |||||||
| @@ -44,7 +44,7 @@ isodate = "^0.6.1" | |||||||
| text-unidecode = "^1.3" | text-unidecode = "^1.3" | ||||||
| rapidfuzz = "^3.2.0" | rapidfuzz = "^3.2.0" | ||||||
| html2text = "^2020.1.16" | html2text = "^2020.1.16" | ||||||
| paho-mqtt = "^1.6.1" | paho-mqtt = "^2.0.0" | ||||||
| pydantic-settings = "^2.1.0" | pydantic-settings = "^2.1.0" | ||||||
|  |  | ||||||
| [tool.poetry.group.postgres.dependencies] | [tool.poetry.group.postgres.dependencies] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user