mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 13:35:23 +02:00
fix(deps): update dependency isodate to ^0.7.0 (#4330)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
e06572b7ca
commit
d12d3d12ef
2 changed files with 25 additions and 25 deletions
48
poetry.lock
generated
48
poetry.lock
generated
|
@ -946,18 +946,15 @@ files = [
|
|||
|
||||
[[package]]
|
||||
name = "isodate"
|
||||
version = "0.6.1"
|
||||
version = "0.7.2"
|
||||
description = "An ISO 8601 date/time/duration parser and formatter"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "isodate-0.6.1-py2.py3-none-any.whl", hash = "sha256:0751eece944162659049d35f4f549ed815792b38793f07cf73381c1c87cbed96"},
|
||||
{file = "isodate-0.6.1.tar.gz", hash = "sha256:48c5881de7e8b0a0d648cb024c8062dc84e7b840ed81e864c7614fd3c127bde9"},
|
||||
{file = "isodate-0.7.2-py3-none-any.whl", hash = "sha256:28009937d8031054830160fce6d409ed342816b543597cece116d966c6d99e15"},
|
||||
{file = "isodate-0.7.2.tar.gz", hash = "sha256:4cd1aa0f43ca76f4a6c6c0292a85f40b35ec2e43e315b59f06e6d32171a953e6"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
six = "*"
|
||||
|
||||
[[package]]
|
||||
name = "isort"
|
||||
version = "5.12.0"
|
||||
|
@ -2323,19 +2320,19 @@ diagrams = ["jinja2", "railroad-diagrams"]
|
|||
|
||||
[[package]]
|
||||
name = "pyrdfa3"
|
||||
version = "3.6.4"
|
||||
version = "3.6.2"
|
||||
description = "pyRdfa distiller/parser library"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "pyRdfa3-3.6.4-py3-none-any.whl", hash = "sha256:ed11affa5567ab7afdbc939a58f9286a274447f3ab2999c260c56b5c6e87fb2f"},
|
||||
{file = "pyrdfa3-3.6.4.tar.gz", hash = "sha256:64712d1a4bf21829652b39715bada6e7c03bcf19cb49f962c190a38f46172243"},
|
||||
{file = "pyRdfa3-3.6.2-py3-none-any.whl", hash = "sha256:290c2fa966ddd1b45ac94a727da144f5a233ed58c63c370e3d68e6d00b0dee5d"},
|
||||
{file = "pyRdfa3-3.6.2.tar.gz", hash = "sha256:73681dab957f60901696767388b956a5769c730bc451da6ffb2f0e36f18314c2"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
html5lib = ">=1.1"
|
||||
rdflib = ">=7.0.0"
|
||||
requests = ">=2.32.3"
|
||||
rdflib = ">=6.1.1"
|
||||
requests = ">=2.25.1"
|
||||
|
||||
[[package]]
|
||||
name = "pytest"
|
||||
|
@ -2625,24 +2622,27 @@ all = ["numpy"]
|
|||
|
||||
[[package]]
|
||||
name = "rdflib"
|
||||
version = "7.0.0"
|
||||
version = "6.2.0"
|
||||
description = "RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information."
|
||||
optional = false
|
||||
python-versions = ">=3.8.1,<4.0.0"
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "rdflib-7.0.0-py3-none-any.whl", hash = "sha256:0438920912a642c866a513de6fe8a0001bd86ef975057d6962c79ce4771687cd"},
|
||||
{file = "rdflib-7.0.0.tar.gz", hash = "sha256:9995eb8569428059b8c1affd26b25eac510d64f5043d9ce8c84e0d0036e995ae"},
|
||||
{file = "rdflib-6.2.0-py3-none-any.whl", hash = "sha256:85c34a86dfc517a41e5f2425a41a0aceacc23983462b32e68610b9fad1383bca"},
|
||||
{file = "rdflib-6.2.0.tar.gz", hash = "sha256:62dc3c86d1712db0f55785baf8047f63731fa59b2682be03219cb89262065942"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
isodate = ">=0.6.0,<0.7.0"
|
||||
pyparsing = ">=2.1.0,<4"
|
||||
isodate = "*"
|
||||
pyparsing = "*"
|
||||
setuptools = "*"
|
||||
|
||||
[package.extras]
|
||||
berkeleydb = ["berkeleydb (>=18.1.0,<19.0.0)"]
|
||||
html = ["html5lib (>=1.0,<2.0)"]
|
||||
lxml = ["lxml (>=4.3.0,<5.0.0)"]
|
||||
networkx = ["networkx (>=2.0.0,<3.0.0)"]
|
||||
berkeleydb = ["berkeleydb"]
|
||||
dev = ["black (==22.6.0)", "flake8", "flakeheaven", "isort", "mypy", "pep8-naming", "types-setuptools"]
|
||||
docs = ["myst-parser", "sphinx (<6)", "sphinx-autodoc-typehints", "sphinxcontrib-apidoc", "sphinxcontrib-kroki"]
|
||||
html = ["html5lib"]
|
||||
networkx = ["networkx"]
|
||||
tests = ["html5lib", "pytest", "pytest-cov"]
|
||||
|
||||
[[package]]
|
||||
name = "recipe-scrapers"
|
||||
|
@ -3413,4 +3413,4 @@ pgsql = ["psycopg2-binary"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.10"
|
||||
content-hash = "0bfae87523cb1e61be2d00a7380d9971c24be9e59cdc137725eb4a2eaa4f9fed"
|
||||
content-hash = "7e30f0a4d8d077590d792d156d8cd712c6e9d93ece161874666258e949ea0350"
|
||||
|
|
|
@ -38,7 +38,7 @@ requests = "^2.31.0"
|
|||
tzdata = "^2024.1"
|
||||
uvicorn = { extras = ["standard"], version = "^0.31.0" }
|
||||
beautifulsoup4 = "^4.11.2"
|
||||
isodate = "^0.6.1"
|
||||
isodate = "^0.7.0"
|
||||
text-unidecode = "^1.3"
|
||||
rapidfuzz = "^3.2.0"
|
||||
authlib = "^1.3.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue