From 24406073c6d603ab7720692b5ab4a29bedadc93c Mon Sep 17 00:00:00 2001 From: Oky Setiawan <49467802+okysetiawan@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:46:12 +0700 Subject: [PATCH] chore: upgrade python rsa version to 4.7.2 (#31) Co-authored-by: oky.setiawan --- bq2bq/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bq2bq/requirements.txt b/bq2bq/requirements.txt index 9f8131e..503281e 100644 --- a/bq2bq/requirements.txt +++ b/bq2bq/requirements.txt @@ -17,7 +17,7 @@ pyasn1-modules==0.2.8 pytimeparse==1.1.8 pytz==2020.1 requests==2.25.1 -rsa==4.7 +rsa==4.7.2 six==1.15.0 tzlocal==2.1 urllib3==1.26.5