Skip to content

Commit 5cb361a

Browse files
authored
Merge pull request #243 from FAIRDataPipeline/hotfix/dependencies
Hotfix/dependencies
2 parents 713c311 + 6769b19 commit 5cb361a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/fair-data-registry.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest, macos-latest]
14-
python: ['3.8','3.9','3.x']
14+
python: ['3.9','3.10', '3.11', '3.x']
1515
steps:
1616
- uses: actions/checkout@v3
1717
- run: git fetch --prune --unshallow
@@ -45,7 +45,7 @@ jobs:
4545
strategy:
4646
matrix:
4747
os: [ubuntu-latest, macos-latest]
48-
python: ['3.8','3.9','3.x']
48+
python: ['3.9','3.10', '3.11', '3.x']
4949
env:
5050
REGISTRY_PORT: 8001
5151
INSTALL_DIR: fair

codemeta.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"dateModified": "2024-02-23",
8484
"datePublished": "2021-06-22",
8585
"description": "The FAIR data registry is a component of the FAIR data pipeline that maintains a metadata catalogue for different data types utilised and generated within a typical epidemiological modelling workflow.",
86-
"downloadUrl": "https://github.com/FAIRDataPipeline/data-registry/archive/refs/tags/v1.2.0.tar.gz",
86+
"downloadUrl": "https://github.com/FAIRDataPipeline/data-registry/archive/refs/tags/v1.2.1.tar.gz",
8787
"identifier": "10.5281/zenodo.5562749",
8888
"isPartOf": "https://www.fairdatapipeline.org",
8989
"keywords": [
@@ -100,9 +100,9 @@
100100
"MacOS"
101101
],
102102
"programmingLanguage": "Python 3",
103-
"releaseNotes": "Full Changelog: https://github.com/FAIRDataPipeline/data-registry/compare/v1.1.0...v1.2.0",
103+
"releaseNotes": "Full Changelog: https://github.com/FAIRDataPipeline/data-registry/compare/v1.1.0...v1.2.1",
104104
"softwareRequirements": "Django",
105-
"version": "1.2.0",
105+
"version": "1.2.1",
106106
"codemeta:contIntegration": {
107107
"id": "https://github.com/FAIRDataPipeline/data-registry/actions"
108108
},

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ django-bootstrap-breadcrumbs==0.9.2
88
django-extensions==3.2.3
99
django-filter==2.3.0
1010
django-grappelli==3.0.8
11-
djangorestframework==3.15.2
11+
djangorestframework==3.16
1212
future~=0.17.1
1313
gunicorn==22.0.0
1414
idna==3.7

0 commit comments

Comments
 (0)