diff --git a/pyproject.toml b/pyproject.toml index 89e0b60..3875a8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,5 +13,5 @@ dependencies = [ "requests==2.32.4", "scrapy==2.13.3", "sqlalchemy==1.3.10", - "xmltodict==0.13.0", + "xmltodict==0.14.2", ] diff --git a/uv.lock b/uv.lock index d71826e..c169691 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 2 +revision = 3 requires-python = ">=3.12" [[package]] @@ -283,7 +283,7 @@ requires-dist = [ { name = "requests", specifier = "==2.32.4" }, { name = "scrapy", specifier = "==2.13.3" }, { name = "sqlalchemy", specifier = "==1.3.10" }, - { name = "xmltodict", specifier = "==0.13.0" }, + { name = "xmltodict", specifier = "==0.14.2" }, ] [[package]] @@ -716,11 +716,11 @@ wheels = [ [[package]] name = "xmltodict" -version = "0.13.0" +version = "0.14.2" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/39/0d/40df5be1e684bbaecdb9d1e0e40d5d482465de6b00cbb92b84ee5d243c7f/xmltodict-0.13.0.tar.gz", hash = "sha256:341595a488e3e01a85a9d8911d8912fd922ede5fecc4dce437eb4b6c8d037e56", size = 33813, upload-time = "2022-05-08T07:00:04.916Z" } +sdist = { url = "https://files.pythonhosted.org/packages/50/05/51dcca9a9bf5e1bce52582683ce50980bcadbc4fa5143b9f2b19ab99958f/xmltodict-0.14.2.tar.gz", hash = "sha256:201e7c28bb210e374999d1dde6382923ab0ed1a8a5faeece48ab525b7810a553", size = 51942, upload-time = "2024-10-16T06:10:29.683Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/94/db/fd0326e331726f07ff7f40675cd86aa804bfd2e5016c727fa761c934990e/xmltodict-0.13.0-py2.py3-none-any.whl", hash = "sha256:aa89e8fd76320154a40d19a0df04a4695fb9dc5ba977cbb68ab3e4eb225e7852", size = 9971, upload-time = "2022-05-08T07:00:02.898Z" }, + { url = "https://files.pythonhosted.org/packages/d6/45/fc303eb433e8a2a271739c98e953728422fa61a3c1f36077a49e395c972e/xmltodict-0.14.2-py2.py3-none-any.whl", hash = "sha256:20cc7d723ed729276e808f26fb6b3599f786cbc37e06c65e192ba77c40f20aac", size = 9981, upload-time = "2024-10-16T06:10:27.649Z" }, ] [[package]]