aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-31 19:10:20 +0000
committerGravatar GitHub <[email protected]>2024-08-31 19:10:20 +0000
commitd1dc1c3f30727da8b919ac4faa1222e9ba63efa1 (patch)
treec0b2de9b77e5634b63c7c02a8390962c392447d4 /pyproject.toml
parentBump pyjokes from 0.7.2 to 0.8.3 (#1600) (diff)
Bump lxml from 5.2.2 to 5.3.0 (#1599)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 16f9a323..edac48d0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -20,7 +20,7 @@ PyYAML = "6.0.2"
emojis = "0.7.0"
coloredlogs = "15.0.1"
colorama = { version = "0.4.6", markers = "sys_platform == 'win32'" }
-lxml = "5.2.2"
+lxml = "5.3.0"
emoji = "2.12.1"
pyjokes = "0.8.3"
pydantic = { version = "2.6.4", extras = ["dotenv"]}