Skip to content

Commit

Permalink
chore: bump frictionless, markupsafe, jinja2<3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
duttonw committed Dec 11, 2024
1 parent 68a02d8 commit d7cab4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@ jobs:
run: |
pip install -r requirements.txt
pip install -r dev-requirements.txt
echo "no-warn-conflicts install of jinja2 and markupsafe"
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 .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ jobs:
run: |
pip install -r dev-requirements.txt
pip install -r requirements.txt
echo "no-warn-conflicts install of jinja2 and markupsafe"
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
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ckantoolkit>=0.0.3
frictionless==5.0.0b9
markupsafe==2.0.1
frictionless==5.18.0
markupsafe
jinja2<3.1
tableschema
-e git+https://github.com/ckan/ckanext-scheming.git#egg=ckanext-scheming

0 comments on commit d7cab4a

Please sign in to comment.