diff options
| author | 2024-04-01 14:50:02 +0100 | |
|---|---|---|
| committer | 2024-04-01 14:50:02 +0100 | |
| commit | a1041e76cb19a92707ebc3cd7859631e2457f55d (patch) | |
| tree | 16c41db84bc8350e8f67c875e371ce7dadbeb852 /pyproject.toml | |
| parent | Bump deps to latest (diff) | |
Bump lxml from 5.1.1 to 5.2.0 (#1496)
Bumps [lxml](https://github.com/lxml/lxml) from 5.1.1 to 5.2.0.
- [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-5.1.1...lxml-5.2.0)
---
updated-dependencies:
- dependency-name: lxml
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 904ecc1a..e4a45586 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ PyYAML = "6.0.1" emojis = "0.7.0" coloredlogs = "15.0.1" colorama = { version = "0.4.6", markers = "sys_platform == 'win32'" } -lxml = "5.1.1" +lxml = "5.2.0" emoji = "2.11.0" pyjokes = "0.6.0" pydantic = { version = "2.6.4", extras = ["dotenv"]} |