[UPDATE] Bump dict2xml from 1.7.2 to 1.7.3 (#592)

Bumps [dict2xml](https://github.com/delfick/python-dict2xml) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/delfick/python-dict2xml/releases)
- [Commits](https://github.com/delfick/python-dict2xml/compare/release-1.7.2...release-1.7.3)

---
updated-dependencies:
- dependency-name: dict2xml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
This commit is contained in:
dependabot[bot] 2023-04-09 11:38:58 +02:00 committed by GitHub
parent c1022642a2
commit 1055385bcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

11
poetry.lock generated
View File

@ -355,17 +355,18 @@ files = [
[[package]]
name = "dict2xml"
version = "1.7.2"
version = "1.7.3"
description = "Small utility to convert a python dictionary into an XML string"
category = "main"
optional = false
python-versions = ">= 3.5"
python-versions = ">=3.5"
files = [
{file = "dict2xml-1.7.2.tar.gz", hash = "sha256:4027330957466d14a4f692e6b499717e743bf3d8477f474d0a3cf2d31c8178af"},
{file = "dict2xml-1.7.3-py3-none-any.whl", hash = "sha256:f849e1aec277f93d087482461b6b8afdde61df346918298aca4c42bcf9895f6d"},
{file = "dict2xml-1.7.3.tar.gz", hash = "sha256:02a5c198d0fecdfeb52644e9d905200a36c031e11c201362d7d217df684bc15d"},
]
[package.extras]
tests = ["noseOfYeti (==2.3.1)", "pytest (==7.1.3)"]
tests = ["noseofyeti[black] (==2.4.1)", "pytest (==7.2.1)"]
[[package]]
name = "django"
@ -1626,4 +1627,4 @@ testing = ["coverage"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "a4e79be6795791341b239933b1dbf9639a6536507c6f50868d113b1f8707a957"
content-hash = "08a5fa649233b3ae238cf62d72bffda822ad87c44967d5cf15f887891c52ec99"

View File

@ -44,7 +44,7 @@ sentry-sdk = "^1.19.1"
pygraphviz = "^1.9"
Jinja2 = "^3.1"
django-countries = "^7.4.2"
dict2xml = "^1.7.2"
dict2xml = "^1.7.3"
# Extra optional dependencies
coverage = {version = "^5.5", optional = true}