Skip to content

Commit

Permalink
Dependencies: Update tabulate>=0.8.0,<0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Jun 12, 2024
1 parent 202a3ec commit 52ec084
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:
- pyyaml~=6.0
- requests~=2.0
- sqlalchemy~=2.0
- tabulate~=0.8.5
- tabulate<0.10.0,>=0.8.0
- tqdm~=4.45
- upf_to_json~=0.9.2
- wrapt~=1.11
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies = [
'pyyaml~=6.0',
'requests~=2.0',
'sqlalchemy~=2.0',
'tabulate~=0.8.5',
'tabulate>=0.8.0,<0.10.0',
'tqdm~=4.45',
'upf_to_json~=0.9.2',
'wrapt~=1.11'
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ sphinxext-rediraffe==0.2.7
sqlalchemy==2.0.23
stack-data==0.6.2
sympy==1.12
tabulate==0.8.10
tabulate==0.9.0
tenacity==8.2.2
terminado==0.17.1
textual==0.29.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ sphinxext-rediraffe==0.2.7
sqlalchemy==2.0.23
stack-data==0.6.2
sympy==1.12
tabulate==0.8.10
tabulate==0.9.0
tenacity==8.2.2
terminado==0.17.1
textual==0.29.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ sqlalchemy==2.0.23
sqlalchemy-utils==0.37.9
stack-data==0.6.3
sympy==1.12
tabulate==0.8.10
tabulate==0.9.0
tenacity==8.2.3
terminado==0.17.1
tinycss2==1.2.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ sphinxext-rediraffe==0.2.7
sqlalchemy==2.0.23
stack-data==0.6.2
sympy==1.12
tabulate==0.8.10
tabulate==0.9.0
tenacity==8.2.2
terminado==0.17.1
textual==0.29.0
Expand Down

0 comments on commit 52ec084

Please sign in to comment.