diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index df5d7f20..a8638c0d 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -50,7 +50,7 @@ jobs: - name: setup python uses: actions/setup-python@v5 with: - python-version: '3.9' + python-version: '3.10' architecture: x64 - name: test_importer run: make test-import-tool diff --git a/ckan/Dockerfile b/ckan/Dockerfile index 06f33b92..8a06a03c 100644 --- a/ckan/Dockerfile +++ b/ckan/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9 +FROM python:3.10 # Install Dependencies # - Download Saxon jar for FGDC2ISO transform (geodatagov) diff --git a/ckan/requirements.txt b/ckan/requirements.txt index 65e422d6..ab20ce9b 100644 --- a/ckan/requirements.txt +++ b/ckan/requirements.txt @@ -4,8 +4,8 @@ Babel==2.10.3 Beaker==1.11.0 bleach==3.3.0 blinker==1.5 -boto3==1.34.64 -botocore==1.34.64 +boto3==1.34.68 +botocore==1.34.68 certifi==2024.2.2 cffi==1.16.0 chardet==5.2.0 @@ -49,7 +49,7 @@ html5lib==1.1 httplib2==0.22.0 idna==3.6 importlib-resources==5.13.0 -importlib_metadata==7.0.2 +importlib_metadata==7.1.0 isodate==0.6.1 itsdangerous==2.1.2 Jinja2==3.1.3 diff --git a/runtime.txt b/runtime.txt index 305091ca..cf14ed13 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.9.x +python-3.10.x