diff options
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 f5dcd5bc..b602ee9c 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.0.0" +lxml = "5.1.0" emoji = "2.9.0" pyjokes = "0.6.0" pydantic = { version = "2.5.2", extras = ["dotenv"]} |