mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-30 17:53:31 -04:00 
			
		
		
		
	fix(deps): update dependency python-slugify to v8 (#2069)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										27
									
								
								poetry.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										27
									
								
								poetry.lock
									
									
									
										generated
									
									
									
								
							| @@ -1939,6 +1939,25 @@ tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""} | |||||||
| [package.extras] | [package.extras] | ||||||
| testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"] | testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"] | ||||||
|  |  | ||||||
|  | [[package]] | ||||||
|  | name = "pytest-asyncio" | ||||||
|  | version = "0.20.3" | ||||||
|  | description = "Pytest support for asyncio" | ||||||
|  | category = "dev" | ||||||
|  | optional = false | ||||||
|  | python-versions = ">=3.7" | ||||||
|  | files = [ | ||||||
|  |     {file = "pytest-asyncio-0.20.3.tar.gz", hash = "sha256:83cbf01169ce3e8eb71c6c278ccb0574d1a7a3bb8eaaf5e50e0ad342afb33b36"}, | ||||||
|  |     {file = "pytest_asyncio-0.20.3-py3-none-any.whl", hash = "sha256:f129998b209d04fcc65c96fc85c11e5316738358909a8399e93be553d7656442"}, | ||||||
|  | ] | ||||||
|  |  | ||||||
|  | [package.dependencies] | ||||||
|  | pytest = ">=6.1.0" | ||||||
|  |  | ||||||
|  | [package.extras] | ||||||
|  | docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] | ||||||
|  | testing = ["coverage (>=6.2)", "flaky (>=3.5.0)", "hypothesis (>=5.7.1)", "mypy (>=0.931)", "pytest-trio (>=0.7.0)"] | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "python-dateutil" | name = "python-dateutil" | ||||||
| version = "2.8.2" | version = "2.8.2" | ||||||
| @@ -2022,14 +2041,14 @@ six = ">=1.4.0" | |||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "python-slugify" | name = "python-slugify" | ||||||
| version = "7.0.0" | version = "8.0.0" | ||||||
| description = "A Python slugify application that also handles Unicode" | description = "A Python slugify application that also handles Unicode" | ||||||
| category = "main" | category = "main" | ||||||
| optional = false | optional = false | ||||||
| python-versions = ">=3.7" | python-versions = ">=3.7" | ||||||
| files = [ | files = [ | ||||||
|     {file = "python-slugify-7.0.0.tar.gz", hash = "sha256:7a0f21a39fa6c1c4bf2e5984c9b9ae944483fd10b54804cb0e23a3ccd4954f0b"}, |     {file = "python-slugify-8.0.0.tar.gz", hash = "sha256:f1da83f3c7ab839b3f84543470cd95bdb5a81f1a0b80fed502f78b7dca256062"}, | ||||||
|     {file = "python_slugify-7.0.0-py2.py3-none-any.whl", hash = "sha256:003aee64f9fd955d111549f96c4b58a3f40b9319383c70fad6277a4974bbf570"}, |     {file = "python_slugify-8.0.0-py2.py3-none-any.whl", hash = "sha256:51f217508df20a6c166c7821683384b998560adcf8f19a6c2ca8b460528ccd9c"}, | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [package.dependencies] | [package.dependencies] | ||||||
| @@ -2990,4 +3009,4 @@ pgsql = ["psycopg2-binary"] | |||||||
| [metadata] | [metadata] | ||||||
| lock-version = "2.0" | lock-version = "2.0" | ||||||
| python-versions = "^3.10" | python-versions = "^3.10" | ||||||
| content-hash = "09e70afcc3bd1bd4eec6e64d45f9697986d8e1003a8467dbf3b499c3bfeaf6a2" | content-hash = "2b6db51eeebe5dba168dcf0eff34eaef2a646c941329fbca4ed46f4a4572e406" | ||||||
|   | |||||||
| @@ -36,7 +36,7 @@ python-dotenv = "^0.21.0" | |||||||
| python-jose = "^3.3.0" | python-jose = "^3.3.0" | ||||||
| python-ldap = "^3.3.1" | python-ldap = "^3.3.1" | ||||||
| python-multipart = "^0.0.5" | python-multipart = "^0.0.5" | ||||||
| python-slugify = "^7.0.0" | python-slugify = "^8.0.0" | ||||||
| recipe-scrapers = "^14.26.0" | recipe-scrapers = "^14.26.0" | ||||||
| requests = "^2.25.1" | requests = "^2.25.1" | ||||||
| tzdata = "^2022.7" | tzdata = "^2022.7" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user