From 75fb5f9b63b2956ff8915ba5573d5325a5d6f14c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 12:07:46 +0000 Subject: [PATCH 1/2] Update Pip Requirements --- requirements.in.txt | 3 +-- requirements.txt | 8 ++++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/requirements.in.txt b/requirements.in.txt index 6999bd5a..34e23e90 100644 --- a/requirements.in.txt +++ b/requirements.in.txt @@ -78,7 +78,6 @@ wheel==0.42.0 # avoid ImportError error https://github.com/GSA/data.gov/issues/4396 importlib-resources<6.0 gevent>=24.10.1 -cryptography>42.0.4 pip>=23.3 pyparsing # need to avoid solr missing module error on cloud.gov @@ -86,7 +85,6 @@ pyparsing # need to avoid solr missing module error on cloud.gov urllib3>=1.26.19 certifi>=2024.7.4 -cryptography>=43.0.1 setuptools~=71.0.3 # Pin MarkupSafe to avoid button issue data.gov/issues/4954 for logged in user @@ -94,3 +92,4 @@ setuptools~=71.0.3 MarkupSafe==2.* pip>=25.0 +cryptography>=44.0.1 diff --git a/requirements.txt b/requirements.txt index 1ebc6c6f..28ef2b94 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,8 +4,8 @@ attrs==25.1.0 Babel==2.15.0 bleach==6.1.0 blinker==1.8.2 -boto3==1.36.15 -botocore==1.36.15 +boto3==1.36.18 +botocore==1.36.18 cachelib==0.13.0 certifi==2025.1.31 cffi==1.17.1 @@ -21,7 +21,7 @@ ckanext-usmetadata==0.3.3 -e git+https://github.com/ckan/ckanext-xloader.git@11eb3e64867ac9aa3cab95236e3eed520f601012#egg=ckanext_xloader ckantoolkit==0.0.7 click==8.1.8 -cryptography==44.0.0 +cryptography==44.0.1 defusedxml==0.7.1 dominate==2.9.1 elementpath==4.7.0 @@ -59,7 +59,7 @@ openpyxl==3.1.5 packaging==24.1 passlib==1.7.4 pika==1.3.2 -pip==25.0 +pip==25.0.1 polib==1.2.0 psycopg2==2.9.9 pycparser==2.22 From 98090703fd4fcc1d0d824a1a7ef4f9e730aebc2d Mon Sep 17 00:00:00 2001 From: Fuhu Xia Date: Wed, 12 Feb 2025 09:11:26 -0500 Subject: [PATCH 2/2] empty