Skip to content

Commit 2d03d35

Browse files
chore(deps): bump xmltodict from 0.13.0 to 0.14.2
Bumps [xmltodict](https://github.com/martinblech/xmltodict) from 0.13.0 to 0.14.2. - [Changelog](https://github.com/martinblech/xmltodict/blob/master/CHANGELOG.md) - [Commits](martinblech/xmltodict@v0.13.0...v0.14.2) --- updated-dependencies: - dependency-name: xmltodict dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 19afe5a commit 2d03d35

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

poetry.lock

+11-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ pytz = "2024.1"
8282
orjson = "^3.10.7"
8383
serpyco-rs = "^1.10.2"
8484
sqlalchemy = {version = "^2.0,!=2.0.36", optional = true }
85-
xmltodict = "^0.13.0"
85+
xmltodict = ">=0.13,<0.15"
8686

8787
[tool.poetry.group.dev.dependencies]
8888
freezegun = "*"

0 commit comments

Comments
 (0)