Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#876)
Browse files Browse the repository at this point in the history
* Update tripper requirement from <0.2.17,>=0.2.16 to >=0.3.0,<0.3.1 (#872)
  • Loading branch information
TEAM4-0 authored Jul 4, 2024
1 parent 5b67e56 commit df67fcc
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
python3 -m pip --version
python3 -m pip install --upgrade pip
python3 -m pip install -U setuptools wheel
python3 -m pip install -r requirements.txt -r requirements_full.txt -r requirements_dev.txt -r requirements_doc.txt
python3 -m pip install -r requirements.txt -r requirements_full.txt -r requirements_dev.txt
- name: Check numpy
run: |
Expand Down
30 changes: 15 additions & 15 deletions requirements_doc.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
importlib-metadata==4.13.0; python_version<'3.8'
beautifulsoup4>=4.11.1
lxml>=4.7.1
importlib-metadata==6.8.0; python_version<'3.8'
beautifulsoup4==4.12.2
lxml==5.1.0

Sphinx>5.0,<8
sphinx-autoapi~=2.1.1
sphinx-autobuild~=2021.3.14
sphinx-book-theme~=1.0.1
sphinx-design~=0.3.0
sphinxcontrib-plantuml~=0.29
#sphinx-toggleprompt~=0.5.2
sphinx-copybutton~=0.5.2 # does not work well with toggleprompt
Sphinx==7.3.7
sphinx-autoapi==3.1.2
sphinx-autobuild==2024.4.16
sphinx-book-theme==1.1.3
sphinx-design==0.6.0
sphinxcontrib-plantuml==0.27
sphinx-toggleprompt==0.5.2
sphinx-copybutton==0.5.2 # does not work well with toggleprompt

breathe>=4.34.0
myst-nb~=0.17.1
nbclient>=0.2,<0.11
docutils~=0.17.1
breathe==4.35.0
myst-nb==1.1.1
nbclient==0.7.4
docutils==0.21.2
2 changes: 1 addition & 1 deletion requirements_full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tables>=3.8,<5.0
rdflib>=4.2.1,<8
pint>=0.15,<1
pymongo>=4.4.0,<5
tripper>=0.2.16,<0.2.17
tripper>=0.2.16,<0.3.1

requests>=2.10,<3
jinja2>=3.0,<4
Expand Down
2 changes: 1 addition & 1 deletion requirements_mappings.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Requirements for property mappings
tripper>=0.2.16,<0.2.17
tripper>=0.2.16,<0.3.1
pint>=0.15,<1


Expand Down

0 comments on commit df67fcc

Please sign in to comment.