diff --git a/pyproject.toml b/pyproject.toml index 204b5c5..3c81dd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "langchain-anthropic==0.3.10", "lxml==6.1.0", "MarkupSafe==3.0.2", - "python-dotenv==1.1.0", + "python-dotenv==1.2.2", "trafilatura==2.0.0", "urllib3==2.6.3", ] diff --git a/requirements.txt b/requirements.txt index c64e2bb..bde8e4d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,6 @@ lxml==6.1.0 MarkupSafe==3.0.2 pytest==8.3.2 # Added for testing pytest-mock==3.14.0 # Added for testing -python-dotenv==1.1.0 +python-dotenv==1.2.2 trafilatura==2.0.0 urllib3==2.6.3