From 6c490c82cc2cd1f2d91b3fc26402e2ef95137659 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 1 Oct 2023 03:29:30 +0000 Subject: [PATCH] fix(deps): Update dependency typing_extensions to v4.8.0 --- aws/cost/postgresql/requirements.txt | 2 +- aws/foundational_security/snowflake/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aws/cost/postgresql/requirements.txt b/aws/cost/postgresql/requirements.txt index 5af9fafee..3523132b6 100644 --- a/aws/cost/postgresql/requirements.txt +++ b/aws/cost/postgresql/requirements.txt @@ -16,5 +16,5 @@ python-dotenv==1.0.0 pytz==2023.3.post1 requests==2.31.0 sortedcontainers==2.4.0 -typing_extensions==4.7.1 +typing_extensions==4.8.0 urllib3==1.26.16 diff --git a/aws/foundational_security/snowflake/requirements.txt b/aws/foundational_security/snowflake/requirements.txt index e366fd885..a60e35d69 100644 --- a/aws/foundational_security/snowflake/requirements.txt +++ b/aws/foundational_security/snowflake/requirements.txt @@ -16,5 +16,5 @@ pytz==2023.3.post1 requests==2.31.0 snowflake-connector-python==3.1.1 sortedcontainers==2.4.0 -typing_extensions==4.7.1 +typing_extensions==4.8.0 urllib3==1.26.16