diff --git a/poetry.lock b/poetry.lock index 4811343a..d0d3913e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3850,13 +3850,13 @@ test = ["pytest"] [[package]] name = "xmltodict" -version = "0.13.0" +version = "0.14.1" description = "Makes working with XML feel like you are working with JSON" optional = false -python-versions = ">=3.4" +python-versions = ">=3.6" files = [ - {file = "xmltodict-0.13.0-py2.py3-none-any.whl", hash = "sha256:aa89e8fd76320154a40d19a0df04a4695fb9dc5ba977cbb68ab3e4eb225e7852"}, - {file = "xmltodict-0.13.0.tar.gz", hash = "sha256:341595a488e3e01a85a9d8911d8912fd922ede5fecc4dce437eb4b6c8d037e56"}, + {file = "xmltodict-0.14.1-py2.py3-none-any.whl", hash = "sha256:3ef4a7b71c08f19047fcbea572e1d7f4207ab269da1565b5d40e9823d3894e63"}, + {file = "xmltodict-0.14.1.tar.gz", hash = "sha256:338c8431e4fc554517651972d62f06958718f6262b04316917008e8fd677a6b0"}, ] [[package]] @@ -4037,4 +4037,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.11,<=3.13" -content-hash = "6da5d50a639d526e70b307bcfa7f96a49ceba7a0ff93821e1fbd684d8879460f" +content-hash = "c6a0141cecd1190bb294540ec1af49a9b7e5a9fcb4cff4ba9cdbeabc042b4ecf" diff --git a/pyproject.toml b/pyproject.toml index 73b2e4a2..0e50aadb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ log_cli_level = "INFO" python = ">=3.11,<=3.13" pandas = "^2.2.3" advertools = "^0.14.1" -xmltodict = "^0.13.0" +xmltodict = "^0.14.1" sqlalchemy = "^2.0.35" psycopg2-binary = "^2.9.5" alembic = "^1.13.1"