1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-17 17:42:20 +03:00

build(deps-dev): bump lxml from 4.6.4 to 4.7.1

Bumps [lxml](https://github.com/lxml/lxml) from 4.6.4 to 4.7.1.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.4...lxml-4.7.1)

---
updated-dependencies:
- dependency-name: lxml
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-12-16 17:03:58 +00:00 committed by GitHub
parent ea0fa7c77d
commit 8bae11c84b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ grip==4.5.2
# Packaging
# Used to put together a WiX configuration from template/auto-gen
lxml==4.6.4
lxml==4.7.1
# We only need py2exe on windows.
py2exe==0.11.0.1; sys_platform == 'win32'