diff options
| author | 2024-01-01 13:12:12 +0000 | |
|---|---|---|
| committer | 2024-01-01 13:12:12 +0000 | |
| commit | d947e3e07ff447140aa7b0233eeb38fd3139c2eb (patch) | |
| tree | daa20adc436625aa215f62ae80a5f7991d7f9c4f /pyproject.toml | |
| parent | Bump rapidfuzz from 3.6.0 to 3.6.1 (#1419) (diff) | |
Bump lxml from 4.9.4 to 5.0.0 (#1420)
Bumps [lxml](https://github.com/lxml/lxml) from 4.9.4 to 5.0.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-4.9.4...lxml-5.0.0)
---
updated-dependencies:
- dependency-name: lxml
dependency-type: direct:production
update-type: version-update:semver-major
...
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 746fd13d..7a73c1eb 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 = "4.9.4" +lxml = "5.0.0" emoji = "2.9.0" pyjokes = "0.6.0" pydantic = { version = "2.5.2", extras = ["dotenv"]} |