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 64a5439c..16f9a323 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ coloredlogs = "15.0.1" colorama = { version = "0.4.6", markers = "sys_platform == 'win32'" } lxml = "5.2.2" emoji = "2.12.1" -pyjokes = "0.7.2" +pyjokes = "0.8.3" pydantic = { version = "2.6.4", extras = ["dotenv"]} pydantic-settings = "2.2.1" |