From 249d6beaac74048a2e762e795376a66e07789a6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Dec 2020 11:11:16 +0000 Subject: [PATCH 1/2] Bump cryptography from 2.8 to 3.2 in /IRIS_data_download Bumps [cryptography](https://github.com/pyca/cryptography) from 2.8 to 3.2. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/2.8...3.2) Signed-off-by: dependabot[bot] --- IRIS_data_download/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRIS_data_download/requirements.txt b/IRIS_data_download/requirements.txt index 20b82de..c17db9b 100644 --- a/IRIS_data_download/requirements.txt +++ b/IRIS_data_download/requirements.txt @@ -1,7 +1,7 @@ certifi==2019.9.11 cffi==1.13.2 chardet==3.0.4 -cryptography==2.8 +cryptography==3.2 cycler==0.10.0 decorator==4.4.1 future==0.18.2 From 12b90ffe0aa7c12bd1260864254457f3d8bf5ad5 Mon Sep 17 00:00:00 2001 From: Utpal Kumar Date: Mon, 7 Dec 2020 20:31:07 +0800 Subject: [PATCH 2/2] Delete config.py --- FNET_data_download/config.py | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 FNET_data_download/config.py diff --git a/FNET_data_download/config.py b/FNET_data_download/config.py deleted file mode 100644 index b3833e4..0000000 --- a/FNET_data_download/config.py +++ /dev/null @@ -1,2 +0,0 @@ -user="utpal" -passwd="9934036404" \ No newline at end of file