From cf2a687a7a6609bd1e0284581e1b2d9537f1eec8 Mon Sep 17 00:00:00 2001 From: rshewitt Date: Mon, 8 Jul 2024 15:10:54 +0000 Subject: [PATCH 1/3] Update Pip Requirements --- ckan/requirements.in | 1 + 1 file changed, 1 insertion(+) diff --git a/ckan/requirements.in b/ckan/requirements.in index 8c5435b6..77a49ccc 100644 --- a/ckan/requirements.in +++ b/ckan/requirements.in @@ -131,3 +131,4 @@ Werkzeug==2.0.3 # pin numpy as 2.x causes array import issues w/ shapely numpy==1.26.4certifi>=2024.7.4 +certifi>=2024.7.4 From d7afedb8154b19cb2efb72826d888a76fb7e0ede Mon Sep 17 00:00:00 2001 From: Reid Hewitt Date: Mon, 8 Jul 2024 10:39:11 -0500 Subject: [PATCH 2/3] bump --- ckan/requirements.in | 2 +- ckan/requirements.txt | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ckan/requirements.in b/ckan/requirements.in index 77a49ccc..382f8f53 100644 --- a/ckan/requirements.in +++ b/ckan/requirements.in @@ -130,5 +130,5 @@ lxml==5.1.0 Werkzeug==2.0.3 # pin numpy as 2.x causes array import issues w/ shapely -numpy==1.26.4certifi>=2024.7.4 +numpy==1.26.4 certifi>=2024.7.4 diff --git a/ckan/requirements.txt b/ckan/requirements.txt index 18a67c58..147d8737 100644 --- a/ckan/requirements.txt +++ b/ckan/requirements.txt @@ -4,18 +4,18 @@ Babel==2.10.3 Beaker==1.11.0 bleach==5.0.1 blinker==1.5 -boto3==1.34.128 -botocore==1.34.128 -certifi==2024.6.2 +boto3==1.34.140 +botocore==1.34.140 +certifi==2024.7.4 cffi==1.16.0 chardet==5.2.0 charset-normalizer==3.3.2 ckan @ git+https://github.com/GSA/ckan.git@7159a872ba740069b768fcd2a43cde81a57ee492 -e git+https://github.com/ckan/ckanext-archiver.git@cbfadf9fbf10405958fdef9f77a7faedc05aa20b#egg=ckanext_archiver ckanext-datagovcatalog==0.1.0 -ckanext-datagovtheme==0.2.29 +ckanext-datagovtheme==0.2.30 ckanext-datajson==0.1.25 -ckanext-dcat @ git+https://github.com/ckan/ckanext-dcat@83495ba99cba17398ba8feb1bc0da486f3798584 +ckanext-dcat @ git+https://github.com/ckan/ckanext-dcat@1ef40546ce8656cb2b7b8d5a23f26bf64523acfa ckanext-envvars==0.0.3 ckanext-geodatagov==0.2.8 -e git+https://github.com/GSA/ckanext-harvest.git@9039e7a5d563a40177d62487758b366ab77434b6#egg=ckanext_harvest @@ -56,7 +56,7 @@ Mako==1.3.5 Markdown==3.4.1 MarkupSafe==2.1.5 messytables==0.15.2 -mypy==1.10.0 +mypy==1.10.1 mypy-extensions==1.0.0 newrelic==9.11.0 nose==1.3.7 @@ -65,7 +65,7 @@ OWSLib==0.31.0 packaging==24.1 passlib==1.7.4 pika==1.2.1 -pip==24.0 +pip==24.1 ply==3.11 polib==1.1.1 progressbar==2.5 @@ -87,11 +87,11 @@ PyUtilib==6.0.0 PyYAML==6.0.1 PyZ3950 @ git+https://github.com/danizen/PyZ3950@6d44a4ab85c8bda3a7542c2c9efdfad46c830219 rdflib==6.1.1 -redis==5.0.6 +redis==5.0.7 requests==2.32.3 rfc3987==1.3.8 rq==1.11.0 -s3transfer==0.10.1 +s3transfer==0.10.2 sansjson==0.3.0 setuptools==67.1.0 shapely==2.0.1 From e79153171205ff3368a6babc208b2fbf95dcfea3 Mon Sep 17 00:00:00 2001 From: Reid Hewitt Date: Mon, 8 Jul 2024 12:21:02 -0500 Subject: [PATCH 3/3] downgrade to previous --- ckan/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckan/requirements.txt b/ckan/requirements.txt index 147d8737..52fba887 100644 --- a/ckan/requirements.txt +++ b/ckan/requirements.txt @@ -15,7 +15,7 @@ ckan @ git+https://github.com/GSA/ckan.git@7159a872ba740069b768fcd2a43cde81a57ee ckanext-datagovcatalog==0.1.0 ckanext-datagovtheme==0.2.30 ckanext-datajson==0.1.25 -ckanext-dcat @ git+https://github.com/ckan/ckanext-dcat@1ef40546ce8656cb2b7b8d5a23f26bf64523acfa +ckanext-dcat @ git+https://github.com/ckan/ckanext-dcat@83495ba99cba17398ba8feb1bc0da486f3798584 ckanext-envvars==0.0.3 ckanext-geodatagov==0.2.8 -e git+https://github.com/GSA/ckanext-harvest.git@9039e7a5d563a40177d62487758b366ab77434b6#egg=ckanext_harvest