From 10e743e958696744e48ff46c7e6aaf307f3f017b Mon Sep 17 00:00:00 2001 From: Jin-Sun-tts Date: Thu, 30 Nov 2023 14:43:48 -0500 Subject: [PATCH 1/2] update cryptography vertion to 41.0.6 --- requirements.in.txt | 2 +- requirements.txt | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements.in.txt b/requirements.in.txt index 29535728..59f61fbd 100644 --- a/requirements.in.txt +++ b/requirements.in.txt @@ -85,5 +85,5 @@ setuptools>=65.5.1,!=68.1.*,!=68.2.* importlib-resources<6.0 gevent>=23.9.0 urllib3~=1.26.17 -cryptography>=41.0.5 +cryptography>=41.0.6 pip>=23.3 diff --git a/requirements.txt b/requirements.txt index 55a59f35..e9f9aca3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,9 +5,9 @@ Babel==2.10.3 Beaker==1.11.0 bleach==5.0.1 blinker==1.5 -boto3==1.29.2 -botocore==1.32.2 -certifi==2023.7.22 +boto3==1.33.4 +botocore==1.33.4 +certifi==2023.11.17 cffi==1.16.0 chardet==5.2.0 charset-normalizer==3.3.2 @@ -22,7 +22,7 @@ ckanext-usmetadata==0.3.2 -e git+https://github.com/ckan/ckanext-xloader.git@16b84175005435d579607638dfe2056dda61af70#egg=ckanext_xloader ckantoolkit==0.0.7 click==8.1.3 -cryptography==41.0.5 +cryptography==41.0.7 defusedxml==0.7.1 dominate==2.7.0 elementpath==4.1.5 @@ -37,7 +37,7 @@ gevent==23.9.1 greenlet==3.0.1 gunicorn==21.2.0 html5lib==1.1 -idna==3.4 +idna==3.6 ijson==3.2.3 importlib-resources==5.13.0 itsdangerous==2.0.1 @@ -52,7 +52,7 @@ Mako==1.3.0 Markdown==3.4.1 MarkupSafe==2.0.1 messytables==0.15.2 -mypy==1.7.0 +mypy==1.7.1 mypy-extensions==1.0.0 newrelic==9.2.0 nose==1.3.7 @@ -79,9 +79,9 @@ redis==5.0.1 requests==2.31.0 rfc3987==1.3.8 rq==1.11.0 -s3transfer==0.7.0 +s3transfer==0.8.2 sansjson==0.3.0 -setuptools==68.0.0 +setuptools==69.0.2 simplejson==3.18.0 six==1.16.0 SQLAlchemy==1.4.41 @@ -99,7 +99,7 @@ watchdog==3.0.0 webassets==2.0 webencodings==0.5.1 Werkzeug==2.0.3 -wheel==0.41.2 +wheel==0.41.3 WTForms==3.1.1 xlrd==2.0.1 xmlschema==2.5.0 From ab6435106c9ecdc7c72643dea57bd43c05937a71 Mon Sep 17 00:00:00 2001 From: Jin-Sun-tts Date: Fri, 1 Dec 2023 10:45:44 -0500 Subject: [PATCH 2/2] fix setuptool version --- requirements.in.txt | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.in.txt b/requirements.in.txt index 59f61fbd..bec08364 100644 --- a/requirements.in.txt +++ b/requirements.in.txt @@ -79,7 +79,7 @@ python-dateutil>=2.8.2 itsdangerous==2.0.1 MarkupSafe==2.0.1 certifi>=2022.12.7 -setuptools>=65.5.1,!=68.1.*,!=68.2.* +setuptools>=65.5.1,!=68.1.*,!=68.2.*,!=69.0.* # avoid ImportError error https://github.com/GSA/data.gov/issues/4396 importlib-resources<6.0 diff --git a/requirements.txt b/requirements.txt index e9f9aca3..cd0a0cac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,8 +5,8 @@ Babel==2.10.3 Beaker==1.11.0 bleach==5.0.1 blinker==1.5 -boto3==1.33.4 -botocore==1.33.4 +boto3==1.33.5 +botocore==1.33.5 certifi==2023.11.17 cffi==1.16.0 chardet==5.2.0 @@ -81,7 +81,7 @@ rfc3987==1.3.8 rq==1.11.0 s3transfer==0.8.2 sansjson==0.3.0 -setuptools==69.0.2 +setuptools==68.0.0 simplejson==3.18.0 six==1.16.0 SQLAlchemy==1.4.41