mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 02:03:35 -04:00 
			
		
		
		
	chore(deps): update dependency pylint to v4 (#6366)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										22
									
								
								poetry.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										22
									
								
								poetry.lock
									
									
									
										generated
									
									
									
								
							| @@ -120,14 +120,14 @@ windows = ["pywin32", "tzdata"] | |||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "astroid" | name = "astroid" | ||||||
| version = "3.3.8" | version = "4.0.1" | ||||||
| description = "An abstract syntax tree for Python with inference support." | description = "An abstract syntax tree for Python with inference support." | ||||||
| optional = false | optional = false | ||||||
| python-versions = ">=3.9.0" | python-versions = ">=3.10.0" | ||||||
| groups = ["dev"] | groups = ["dev"] | ||||||
| files = [ | files = [ | ||||||
|     {file = "astroid-3.3.8-py3-none-any.whl", hash = "sha256:187ccc0c248bfbba564826c26f070494f7bc964fd286b6d9fff4420e55de828c"}, |     {file = "astroid-4.0.1-py3-none-any.whl", hash = "sha256:37ab2f107d14dc173412327febf6c78d39590fdafcb44868f03b6c03452e3db0"}, | ||||||
|     {file = "astroid-3.3.8.tar.gz", hash = "sha256:a88c7994f914a4ea8572fac479459f4955eeccc877be3f2d959a33273b0cf40b"}, |     {file = "astroid-4.0.1.tar.gz", hash = "sha256:0d778ec0def05b935e198412e62f9bcca8b3b5c39fdbe50b0ba074005e477aab"}, | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| @@ -2730,21 +2730,21 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] | |||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "pylint" | name = "pylint" | ||||||
| version = "3.3.9" | version = "4.0.0" | ||||||
| description = "python code static checker" | description = "python code static checker" | ||||||
| optional = false | optional = false | ||||||
| python-versions = ">=3.9.0" | python-versions = ">=3.10.0" | ||||||
| groups = ["dev"] | groups = ["dev"] | ||||||
| files = [ | files = [ | ||||||
|     {file = "pylint-3.3.9-py3-none-any.whl", hash = "sha256:01f9b0462c7730f94786c283f3e52a1fbdf0494bbe0971a78d7277ef46a751e7"}, |     {file = "pylint-4.0.0-py3-none-any.whl", hash = "sha256:196b92a85204bb0c0a416a6bb324f6185e59ff1d687ee1d614bf0abf34a348e8"}, | ||||||
|     {file = "pylint-3.3.9.tar.gz", hash = "sha256:d312737d7b25ccf6b01cc4ac629b5dcd14a0fcf3ec392735ac70f137a9d5f83a"}, |     {file = "pylint-4.0.0.tar.gz", hash = "sha256:62da212808c0681e49ffb125f0a994c685d912cf19ae373075649ebb5870ec28"}, | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [package.dependencies] | [package.dependencies] | ||||||
| astroid = ">=3.3.8,<=3.4.0.dev0" | astroid = ">=4.0.1,<=4.1.dev0" | ||||||
| colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} | colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} | ||||||
| dill = {version = ">=0.3.7", markers = "python_version >= \"3.12\""} | dill = {version = ">=0.3.7", markers = "python_version >= \"3.12\""} | ||||||
| isort = ">=4.2.5,<5.13 || >5.13,<7" | isort = ">=5,<5.13 || >5.13,<8" | ||||||
| mccabe = ">=0.6,<0.8" | mccabe = ">=0.6,<0.8" | ||||||
| platformdirs = ">=2.2" | platformdirs = ">=2.2" | ||||||
| tomlkit = ">=0.10.1" | tomlkit = ">=0.10.1" | ||||||
| @@ -4035,4 +4035,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 = "3aeb5f7345251bdfcd68a7acff3905e6d6e5e27042b4134baf2032f925dd459f" | content-hash = "164515f418bf48402c285eb54d305a260e2ee0289dee418d0a401c5df719fe64" | ||||||
|   | |||||||
| @@ -65,7 +65,7 @@ coveragepy-lcov = "^0.1.1" | |||||||
| mkdocs-material = "^9.0.0" | mkdocs-material = "^9.0.0" | ||||||
| mypy = "^1.5.1" | mypy = "^1.5.1" | ||||||
| pre-commit = "^4.0.0" | pre-commit = "^4.0.0" | ||||||
| pylint = "^3.0.0" | pylint = "^4.0.0" | ||||||
| pytest = "^8.0.0" | pytest = "^8.0.0" | ||||||
| pytest-asyncio = "^1.0.0" | pytest-asyncio = "^1.0.0" | ||||||
| rich = "^14.0.0" | rich = "^14.0.0" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user