diff --git a/lib/shared/layers/common/requirements.txt b/lib/shared/layers/common/requirements.txt index b1c0e9c48..1ea117155 100644 --- a/lib/shared/layers/common/requirements.txt +++ b/lib/shared/layers/common/requirements.txt @@ -12,7 +12,7 @@ langchain-text-splitters==0.3.11 opensearch-py==2.4.2 psycopg2-binary==2.9.7 pgvector==0.2.2 -urllib3==2.5.0 +urllib3==2.6.0 beautifulsoup4==4.12.2 requests==2.32.5 attrs==23.1.0 diff --git a/pyproject.toml b/pyproject.toml index 14ca5adad..ee430a817 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "requests-aws4auth>=1.2.3", # Web and parsing - "urllib3==2.5.0", + "urllib3==2.6.0", "beautifulsoup4>=4.12.2", "requests>=2.32.4", "attrs>=23.1.0",