Skip to content

Commit

Permalink
chore: uplift to latest dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
duttonw committed Dec 10, 2024
1 parent f329d38 commit 4813b7f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ jobs:
run: |
pip install -r dev-requirements.txt
pip install -r requirements.txt
pip install --no-warn-conflicts jinja2==2.10.1
pip install --no-warn-conflicts markupsafe==2.0.1
pip install -e .
# Replace default path to CKAN core config file with the one on the container
sed -i -e 's/use = config:.*/use = config:\/srv\/app\/src\/ckan\/test-core.ini/' test.ini
Expand Down
3 changes: 0 additions & 3 deletions dev-requirements-py2.txt

This file was deleted.

2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pyfakefs==4.6.*
pyfakefs
pytest-ckan
pytest-cov
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ckantoolkit>=0.0.3
frictionless==5.0.0b9
markupsafe==2.0.1
#jinja2==2.10.1
ckantoolkit>=0.0.4
frictionless==5.18.0
markupsafe==3.0.2
jinja2>=3.1.4

tableschema
-e git+https://github.com/ckan/ckanext-scheming.git#egg=ckanext-scheming

0 comments on commit 4813b7f

Please sign in to comment.