Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#825)
Browse files Browse the repository at this point in the history
* Bump tripper from 0.2.14 to 0.2.15 (#808)

* Update sphinxcontrib-plantuml requirement from ~=0.28 to ~=0.29 (#806)

Updates the requirements on [sphinxcontrib-plantuml](https://github.com/sphinx-contrib/plantuml) to permit the latest version.
- [Commits](sphinx-contrib/plantuml@0.28...0.29)
  • Loading branch information
TEAM4-0 authored May 25, 2024
1 parent dd4deaf commit 2d00ee5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
CIBW_MUSLLINUX_I686_IMAGE: ${{ env.CONTAINER_REGISTRY }}/sintef/dlite-python-musllinux_1_1_i686:latest

- name: Store wheels for publishing
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: wheelhouse/*.whl
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
run: python -m build --no-isolation --sdist python

- name: Store sdist for publishing
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: sdist
path: python/dist/*
Expand All @@ -236,7 +236,7 @@ jobs:

steps:
- name: Retrieve wheels and sdist
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: dist

Expand Down
2 changes: 1 addition & 1 deletion requirements_doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ importlib-metadata==4.13.0; python_version<'3.8'
beautifulsoup4>=4.11.1
lxml>=4.7.1

Sphinx>5.0,<6
Sphinx>5.0,<8
sphinx-autoapi~=2.1.1
sphinx-autobuild~=2021.3.14
sphinx-book-theme~=1.0.1
Expand Down
4 changes: 2 additions & 2 deletions requirements_full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ fortran-language-server>=1.12.0,<1.13
PyYAML>=5.4.1,<7
#psycopg2>=2,<3
pandas>=1.2,<2.3
pyarrow>=14.0,<16.0
pyarrow>=14.0,<17.0
rdflib>=4.2.1,<8
pint>=0.15,<1
pymongo>=4.4.0,<5

# There seems to be an issue with tripper 0.2.15
#tripper>=0.2.13,<0.3
tripper==0.2.14
tripper==0.2.15

requests>=2.10,<3
jinja2>=3.0,<4
Expand Down

0 comments on commit 2d00ee5

Please sign in to comment.