Skip to content

Commit

Permalink
Bump xmltodict from 0.12.0 to 0.13.0
Browse files Browse the repository at this point in the history
Bumps [xmltodict](https://github.com/martinblech/xmltodict) from 0.12.0 to 0.13.0.
- [Changelog](https://github.com/martinblech/xmltodict/blob/master/CHANGELOG.md)
- [Commits](martinblech/xmltodict@v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: xmltodict
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 15, 2024
1 parent cd04708 commit a5c4f4c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ detoxify = { version = "^0.5.0", optional = true }
# aws
boto3 = { version = "^1.17", optional = false }
botocore = { version = "^1.20.95", optional = false }
xmltodict = { version = "^0.12.0", optional = false }
xmltodict = { version = ">=0.12,<0.14", optional = false }

# cli
click = { version = "^7.0", optional = false }
Expand Down

0 comments on commit a5c4f4c

Please sign in to comment.